jupyter notebook 的安装及使用

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

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

pip3 install jupyter notebook

启动jupyter 

终端输入

jupyter notebook

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

比如 键入 1 + 2

输出 3 

 

posted @ 2018-05-18 17:02  tryFighting  阅读(1935)  评论(0编辑  收藏  举报