安装配置
conda install notebook
jupyter notebook --generate-config
Writing default config to: C:\Users\username\.jupyter\jupyter_notebook_config.py
设置默认目录,c.NotebookApp.notebook_dir ='F:\jupyter_notebook'
运行: jupyter notebook
正文完
jupyter notebook
conda install notebook
jupyter notebook --generate-config
Writing default config to: C:\Users\username\.jupyter\jupyter_notebook_config.py
设置默认目录,c.NotebookApp.notebook_dir ='F:\jupyter_notebook'
运行: jupyter notebook