简体   繁体   中英

Delete 'Python Interactive' environment created by VSCode inside Jupyter?

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? 在此处输入图像描述

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.

If you still see these after deleting using jupyter kernelspec uninstall unwanted-kernal , you can clear these by uninstalling and then reinstalling your Jupyter extension in VSCode.

In VSCode, click the 'extensions' icon, then search 'Jupyter'. Uninstall it. Then install it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM