2、jupyter notebook安装
jupyter notebook是一个比较非常好的web式编辑器,可以运行在window、mac、linux系统上。
首先确定安装了python,命令行中执行启动python
如果成功,说明安装过python。
然后在命令行执行jupyter安装命令:
pip install jupyter
pip会自动下载jupyter对应的依赖文件,然后安装

2、jupyter notebook安装
jupyter notebook是一个比较非常好的web式编辑器,可以运行在window、mac、linux系统上。
首先确定安装了python,命令行中执行启动python
如果成功,说明安装过python。
然后在命令行执行jupyter安装命令:
pip install jupyter
pip会自动下载jupyter对应的依赖文件,然后安装