首页 > 其他 > 详细

jupyter notebook 的安装及使用

时间:2018-05-18 17:49:55      阅读:213      评论:0      收藏:0      [点我收藏+]

推荐使用Python3 版本 安装pip3 版本

打开终端输入,安装jupyter notebook(ipython4之后命名)

pip3 install jupyter notebook

启动jupyter 

终端输入

jupyter notebook

在浏览器运行Python 代码可以运行

比如 键入 1 + 2

输出 3 

 

jupyter notebook 的安装及使用

原文:https://www.cnblogs.com/tryFighting/p/9056994.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!