I have a Jupyter kernel running (based on golang) and I am trying forward my custom requests to this kernel. I searched for libraries in Jupyter repo but couldn't find any in golang.
Can someone help me if there are any libraries available, if not how should I start writing my own interface to forward custom requests to Jupyter kernel.
What I want to achieve is similar to what vscode's JupyterHub extension
does, where it forwards the requests to Jupyter server. I want to achieve the same thing but through golang.
PS: I a novice in Jupyter space & just started with it just few days ago