命令行
activate tensorflow(环境名称)
jupyter notebook --generate-config ->得到配置文件地址
打开配置文件jupyter_notebook_config.py
查找
##The directory to use for notebooks and kernels.
c.NotebookApp.notebook_dir=’(目标路径)’
删去c前#
完成
命令行
activate tensorflow(环境名称)
jupyter notebook --generate-config ->得到配置文件地址
打开配置文件jupyter_notebook_config.py
查找
##The directory to use for notebooks and kernels.
c.NotebookApp.notebook_dir=’(目标路径)’
删去c前#
完成