Unable to Access Remote Jupyter Server in VS Code #14114
Unanswered
karthick-govindaraj
asked this question in
Questions and Answers
Replies: 2 comments
-
Same issue here, any solutions so far? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please could you enable logging as follows:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm facing an issue while trying to access a remote Jupyter Notebook server using the VS Code Jupyter extension. I have a remote Jupyter server running on a BeagleBone board using the following command:
jupyter notebook --NotebookApp.allow_origin='*' --NotebookApp.ip='0.0.0.0' --allow-root --no-browser
The server starts successfully. However, when I try to connect to the server using the URL http://192.168.4.14:8891/tree?token=a0f1c1902c9c3eb2b7e0e002fe10b7488a9f973c2298f0c0 through the VS Code Jupyter extension, I encounter an error.
ERROR in terminal
but, I can access it through my browser by using same URL.
suggest me the solution to access jupyter in vs code.
Beta Was this translation helpful? Give feedback.
All reactions