How to use Jupyter Notebook from VSCode #13320
Unanswered
adbdkb
asked this question in
Questions and Answers
Replies: 1 comment
-
Have you added python to PATH? Have you installed all of the following?
You can try to run code from a python script (.py file).
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to both Jupyter and Python ( and also VSCode ). I am trying to get the Jupyter notebook run from within VSCode.
My VSCode version is 1.77.3 and Jupyter extension version is v2023.3.1201040234 on Windows 10
I am on a VDI behind a proxy
When I start the notebook from commandline and use it in a browser, it works.
I tried two set-ups,
`Glue PySpark - External Jupyter notebook not started
warn 04:37:54.825: Failed to get activated env vars for h:\Software\Python3.9\python in 328ms
`
5. When I start the notebook externally and select external server from VSCode, I get this error
`External Jupyter Server started - Selected 'Select existing server'
warn 04:45:31.954: Failed to get activated env vars for h:\Software\Python3.9\python in 563ms
`
How should I do my set up to get it to work? i tried to do the steps in couple of other issues here, but they did not work for me
Thank you
Glue PySpark - External Jupyter notebook not started.txt
External Jupyter Server started - Another Kernel - Existing Jupyter Server.txt
Glue PySpark - External Jupyter notebook not started.txt
Beta Was this translation helpful? Give feedback.
All reactions