jupyter安装使用-爬虫
1、jupyter安装
jupyter是
Jupyter Notebook(此前被称为 IPython notebook)是一个交互式笔记本,支持运行 40 多种编程语言。
Jupyter Notebook 的本质是一个 Web 应用程序,便于创建和共享文学化程序文档,支持实时代码,数学方程,可视化和 markdown。 用途包括:数据清理和转换,数值模拟,统计建模,机器学习等等
D:\Python38\Scripts pip路径添加计算机变量
pip --version 或者 python -m pip --version 查看pip版本
pip install jupyter 安装
2、jupyter启动和使用
cmd 输入一下命令
>>cd desktop
>>jupyter notebook