We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After Using SSH Remote connection, disconnecting will kill the kernel.
How can I disconnect, then reconnect to a vscode dev container without killing the ipynb kernel within my workspace?
The text was updated successfully, but these errors were encountered:
Thanks for the issue.
The only way for a kernel to survive the VS code extension host dying (the process where our extension runs) is to use a jupyter server instead.
See this issue for a discussion on using the 'remote' server to control your kernel lifetime.
Sorry, something went wrong.
rchiodo
No branches or pull requests
After Using SSH Remote connection, disconnecting will kill the kernel.
How can I disconnect, then reconnect to a vscode dev container without killing the ipynb kernel within my workspace?
The text was updated successfully, but these errors were encountered: