microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.25k stars 275 forks source link

Server-side execution #15543

Open 3f6a opened 2 months ago

3f6a commented 2 months ago

As https://github.com/jupyterlab/jupyter-collaboration/pull/279 has been merged, could something similar apply to vscode Jupyter notebooks?

The use case here is that one should be able to disconnect from a remote, connect again, and not miss any output.

3f6a commented 2 months ago

Related: https://github.com/jupyter-server/jupyter_server/issues/1274