和windows下類似,但要簡單許多
ctrl + alt +t 打開終端
輸入jupyter notebook --generate-config 回車,得到自己 jupyter 配置文件
Ctrl + F 找到下面這句
The directory to use for notebooks.
按下面的格式,輸入你想要的目錄路徑即可
c.NotebookApp.notebook_dir = 'path/to/your/notebooks'
作者:Ambergris_
來源:CSDN
原文:https://blog.csdn.net/weixin_36292173/article/details/80635318
版權聲明:本文為博主原創(chuàng)文章,轉載請附上博文鏈接!