jupyter安装配置
安装
cmd运行命令:
pip install jupyter
配置
配置jupyter工作目录
- cmd运行命令:
jupyter notebook --generate-config
- 打开输出目录中的文件jupyter_notebook_config.py
- 在文档中搜索
notebook_dir - 将改行数据前方的注释井号删除,将工作目录配置到引号中

打开jupyter
cmd运行命令:jupyter notebook
cmd运行命令:
pip install jupyter
配置jupyter工作目录
jupyter notebook --generate-config
notebook_dir
cmd运行命令:jupyter notebook