查看jupyter中的python环境的方法:(推荐:jupyter使用教程)
jupyter中查看当前python环境的方法:
importsys print(sys.version) print(sys.executable) >>3.6.0(default,Oct162018,15:45:51) [GCC5.4.020160609] >>/usr/local/bin/python3.6
jupyter切换当前python版本
%%python2 importsys print(sys.version) >>2.7.12(default,Dec42017,14:50:18) [GCC5.4.020160609]原文来自:https://www.py.cn
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容