Visual Studio Code SSH Remote: continue running jupyter notebooks/python cells after closing the connection

Viewed 17

I am using the Visual Studio Code SSH connection. In Python, one can use a jupyter notebook .ipynb or cells divided by #%% in a .py file to open an interactive prompt.

I would like to close the ssh connection but keep the jupyter notebook or the interactive prompt running.

How can I do that?

0 Answers
Related