码迷,mamicode.com
首页 > 其他好文 > 详细

jupyter notebook 的安装及使用

时间:2018-05-18 18:03:43      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:notebook   浏览器   输出   pip3   命名   安装   运行   keyword   python   

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

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

pip3 install jupyter notebook

启动jupyter 

终端输入

jupyter notebook

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

比如 键入 1 + 2

输出 3 

 

jupyter notebook 的安装及使用

标签:notebook   浏览器   输出   pip3   命名   安装   运行   keyword   python   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!