Am I really stopping a notebook process when I close the window #9857
-
I use vscode remote and jupyter notebook for my data experiment. And I accidentally notice that when I close the window (of vscode, I clicked "x" to close the window), the process of this notebook still occupy my gpu resource. I think it was what I've done don't actually shut down the process. But it's not so good when I have to free the resource it has occupied. So what can I do to really shut it down? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, thats correct and its by design. We never shutdown any remote kernels staretd on another machine.
Please try using the Powertoys extension found here https://marketplace.visualstudio.com/items?itemName=ms-toolsai.vscode-jupyter-powertoys |
Beta Was this translation helpful? Give feedback.
Yes, thats correct and its by design. We never shutdown any remote kernels staretd on another machine.
Please try using the Powertoys extension found here https://marketplace.visualstudio.com/items?itemName=ms-toolsai.vscode-jupyter-powertoys
Optionally you could use Jupyter itself (classic Jupyter) to manage these sessions