Resume outputs from an a previously executing cell upload reloading VS Code #13585
Closed
2 of 5 tasks
Labels
Milestone
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: