怎样查看jupyter中的python环境?

图片[1]-怎样查看jupyter中的python环境?-uusu优素-乐高,模型,3d打印,编程

查看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
喜欢就支持一下吧
点赞6 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容