jupyter notebook安装和界面

@Python 的 学习记录 jupyter notebook 安装

Python 的 jupyter notebook 安装和界面

jupyter notebook链接: link.

anaconda下载link

  1. 安装python 推荐anaconda3
  2. 更新pip或pip3
  3. 使用pip或pip3 安装jupyter notebook

安装前提

安装Jupyter Notebook的前提是需要安装了Python(3.3版本及以上,或2.7版本)。

更新pip

#Python 3.x
pip3 install --upgrade pip
#Python 2.x
pip install --upgrade pip

安装jupyter notebook

#Python 3.x
pip3 install jupyter
#Python 2.x
pip install jupyter

下载慢请使用清华源

#Python 3.x
pip3 install jupyter -i https://pypi.tuna.tsinghua.edu.cn/simple
#Python 2.x
pip install jupyter -i https://pypi.tuna.tsinghua.edu.cn/simple

运行jupyter

通常直接在开始菜单的anaconda的文件夹就能找到jupyter

如果找不到,可以从cmd窗口输入jupyter notebook启动

#启动命令
jupyter notebook

启动后长这样
在这里插入图片描述
通过new新建一个python3脚本
在这里插入图片描述
jupyter notebook的脚本后缀是 .ipynb 格式的
脚本界面长这样
在这里插入图片描述
可以通过file里面的download来导出成其他格式
 可以通过file里面的download来导出成其他格式
引用
[1]: https://jupyter.org/install
[2]: https://blog.csdn.net/LEE18254290736/article/details/88343568
[3]: https://www.jianshu.com/p/91365f343585

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值