我是cuda下创建了tensorflow-gpu环境,再在这个环境下安装jupyter notebook
1、进入安装jupyter notebook的环境:source activate tensorflow-gpu
2、生成配置文件:jupyter-notebook --generate-config
3、打开配置文件:(你可以用vscode或其他方式打开,这儿我用gedit打开)
gedit ~/.jupyter/jupyter_notebook_config.py
4、找到NotebookApp.notebook_dir = ' '
5、 输入你要设置的保存路径(特别注意:要将最前面的注释的#号去掉,不然操作无效),然后保存退出即可