简体   繁体   中英

Run iPython notebook with a specific version (2.7 instead of 3)

I'm designing some software that is specifically going to be used by people running Python 2.7 instead of 3. Unfortunately, I'm using a computer that has 3, and apparently there are some dependency issues when some of my colleagues are using Python 2.7 to run code. I'm hoping to run with 2.7 in the ipython notebook to fix my problem. Do I need to install a new version, and if so which one?

您可以使用“内核”选项卡->更改内核并选择python版本,或者在文件选项卡下打开新笔记本时选择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