jupyter notebook安装
首先找到python->Scripts目录下,在该目录下执行cmd
命令
安装:
pip install jupyter notebook
初始化jupyter notebook
jupyter notebook --generate-config
找到Default config位置,修改jupyter_notebook_config.py文件,使用记事本打开,找到# c.NotebookApp.notebook_dir = ''
,去掉注释#
,将你的工作目录放在''
中保存即可。
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 元渊`Blog!
评论