Jupyter Notebook 教程

0.1 Jupyter Notebook 教程

Jupyter Notebook(此前被称为 IPython notebook)是一个交互式笔记本,它可以书写文档,也可以在文档内编写代码并直接给出运行结果,是一个基于Web浏览器的应用程序,支持Python 代码编写及运行、Markdown笔记、LaT ex数学公式、可视化等功能;

0.1.1. 安装Jupyter notebook

安装以及卸载模块

安装方法:
pip install 要安装的模块名 -i https://pypi.tuna.tsinghua.edu.cn/simple/
#安装Jupyter notebook时,首先安装django,然后安装其他
#pip install django -i https://pypi.tuna.tsinghua.edu.cn/simple/
#pip install xlsxwriter -i https://pypi.tuna.tsinghua.edu.cn/simple/
#pip install jupyter -i https://pypi.tuna.tsinghua.edu.cn/simple/
#pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple/
#pip install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple/
#pip install pandas -i https://pypi.tuna.tsinghua.edu.cn/simple/
#pip install pymysql -i https://pypi.tuna.tsinghua.edu.cn/simple/
#pip install scipy -i https://pypi.tuna.tsinghua.edu.cn/simple/
#pip install openpyxl -i https://pypi.tuna.tsinghua.edu.cn/simple/
#pip install requests -i https://pypi.tuna.tsinghua.edu.cn/simple/
#pip install scikit-learn -i https://pypi.tuna.tsinghua.edu.cn/simple/
#pip install scikit-learn==1.1.2 -i https://pypi.tuna.tsinghua.edu.cn/simple/
#pip install imblearn -i https://pypi.tuna.tsinghua.edu.cn/simple some-package
#pip install bs4 -i https://pypi.tuna.tsinghua.edu.cn/simple some-package
#pip install jieba -i https://pypi.tuna.tsinghua.edu.cn/simple some-package
#pip install wordcloud -i https://pypi.tuna.tsinghua.edu.cn/simple some-package

卸载Jupyter notebook时使用:
pip uninstall 要卸载的模块名
#pip uninstall scikit-learn

查看已经安装的模块:
#pip list
#安装成功标准<

  • 25
    点赞
  • 29
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值