You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have latest Jupyter and Python pre-release extension installed
Web
Have a python environment installed and setup with Jupyter on your desktop
Run jupyter with the following command line python -m jupyter notebook --no-browser --NotebookApp.allow_origin='*'
Note the URL it generates for connecting See herefor more information on setting up Jupyter
Start insiders.vscode.dev
Make sure Jupyter prerelease extension is installed
Open a notebook and connect to the above Jupyter server via the Kernel Picker
Steps for DeskTop/Web
Open a notebook (or create a new Jupyter notebook using the command Create: New Jupyter Notebook)
Open a notebook and connect to the above Jupyter server via the Kernel Picker (Select Another Source -> Existing Jupyter Server)
Attempt to run a Python cell with the code print("Hello World") and verify the output is displayed
python -m jupyter notebook --no-browser --NotebookApp.allow_origin='*' fails for me, so I adjusted it to python -m notebook --no-browser --NotebookApp.allow_origin='*' - @DonJayamanne let me know if that's alright/expected.
@DonJayamanne I'm stuck when I reload insiders.vscode.dev - I can't reconnect to a kernel. I describe it here: #13602. I'm blocked at this point on further testing since I can't reconnect after reloading.
cc @rebornix since you helped me with the great steps to connect to a remote Codespaces kernel, in case I'm missing anything else.
Thanks so much @DonJayamanne for taking the time to unblock my Jupyter setup (and @rebornix for your help earlier)! This is now working great and really cool to see.
Testing Show whether a remote kernel is busy when reconnecting after reload
Refs: #13276
Complexity: 3
Authors: @DonJayamanne
Create Issue
Create Issue
Requirements
Desktop
Web
python -m jupyter notebook --no-browser --NotebookApp.allow_origin='*'
Note the URL it generates for connecting
See herefor more information on setting up Jupyter
Steps for DeskTop/Web
Create: New Jupyter Notebook
)Select Another Source -> Existing Jupyter Server
)print("Hello World")
and verify the output is displayedInterrupt
displayed on the topInterrupt
icon is dispalyed in the toolbarRun All
icon is NOT dispalyed in the toolbarInterrupt
button and verify you can now run the previousprint("Hello World")
cell and it runs to completionThe text was updated successfully, but these errors were encountered: