Issue
I ran some jupyter notebook using VSCode. However, VSCode created some 'Python Interactive' environment which appears in my Jupyter Notebook. How do I remove them?
Solution
Sorry that's a bug in the python extension.
To delete them you can follow the directions here: remove kernel on jupyter notebook
They're just json files in a directory that Jupyter maintains. The VS Code python extension created them to get our kernel to work.
Answered By - R Chiodo
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.