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
I've installed Anaconda on my machine and connected the notebook using the provided directive:
#!connect jupyter --kernel-name pythonkernel --conda-env base --kernel-spec python3
Following the instructions, I created a Raw Value Storage cell, placed this directive in it, and executed it. This allowed me to create other Python cells using the new kernel.
However, I noticed an issue when renaming the .dib file. When VS Code reopens the renamed file, the Python process created during the notebook's execution is left orphaned. The same issue occurs when I close VS Code while working with the notebook—leaving behind a running Python process. It seems like these processes are not being properly cleaned up upon file renaming or closing VS Code.
Please complete the following:
Which version of .NET Interactive are you using? (In a notebook, run the #!about magic command. ):
Describe the bug
I've installed Anaconda on my machine and connected the notebook using the provided directive:
Following the instructions, I created a Raw Value Storage cell, placed this directive in it, and executed it. This allowed me to create other Python cells using the new kernel.
However, I noticed an issue when renaming the .dib file. When VS Code reopens the renamed file, the Python process created during the notebook's execution is left orphaned. The same issue occurs when I close VS Code while working with the notebook—leaving behind a running Python process. It seems like these processes are not being properly cleaned up upon file renaming or closing VS Code.
Please complete the following:
Which version of .NET Interactive are you using? (In a notebook, run the
#!about
magic command. ):Screenshots
The text was updated successfully, but these errors were encountered: