DonJayamanne / vscodeJupyter

Jupyter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=donjayamanne.jupyter
MIT License
334 stars 34 forks source link

Improved Remote Kernel - Docker connection procedure #86

Closed FuriouslyCurious closed 6 years ago

FuriouslyCurious commented 6 years ago

Based on feedback received in issues

ediphy-azorab commented 6 years ago

nb - you don't need the gateway if you're running a notebook instance.

FuriouslyCurious commented 6 years ago

Gateway is for those cases when someone needs to run a head-less server.

BrodaUa commented 5 years ago

hello, does it required to have a Jupyter on local machine, even if I want to connect to running kernel inside docker? I ask because for me the connection to remote running notebook does not work: I enter the url like http://localhost:8888/notebooks/setup.ipynb?token=<token> but nothing happens. Any suggestions what is wrong?