jupyter_notebook_config.py を変更
.jupyter ディレクトリにあります。
なければ作ります。作るコマンドは
$ jupyter notebook --generate-config
です。
.jupyterを開いて、
# The directory to use for notebooks and kernels.
の部分を探して、下記のようにpathを指定します。
c.NotebookApp.notebook_dir = u'/Path/to/notebooks/'
参考
https://qiita.com/sasaki77/items/bfa53828c973ba46e34d
0 件のコメント:
コメントを投稿