3

Looking at this article: Visual Studio Working with remote Jupyter Notebook, wondering and trying with JupyterHub API but was not able to make a connection from Visual Studio Code.

It is possible to open a remote session in a JupyterHub server?

Luis R. Gonzalez
  • 358
  • 3
  • 16
  • 1
    Hi Luis, did you solve this issue? we are getting 403 forbidding despite including the correct token in the URI – Leo Gallucci Jun 21 '19 at 14:54
  • Hi @LeoGallucci, no, according to VSCode team still on the backlog https://github.com/microsoft/vscode-python/issues/3954#issuecomment-506638541 – Luis R. Gonzalez Jul 04 '19 at 16:21

1 Answers1

2

The VSCode team was implementing support of Jupyter Notebooks with the feature of local or remote Jupyter servers: https://code.visualstudio.com/docs/python/jupyter-support Also new feature allows you to pick already existing kernel from the environment, allowing you to share the kernel with the web client and VSCode, amazing!

Luis R. Gonzalez
  • 358
  • 3
  • 16