简体   繁体   中英

Python Scripts and Jupyter Notebook on VS Code

I am running a python script on VS code (*.py). Simultaneously, I am running a cell on Jupyter Notebook on VS Code also. If I interrupt the kernel of the jupyter cell, will this interrupt the procedure on the py script?

No, they are independent.

The kernel in ipynb does not affect the terminals used by Python

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