0
1

More than 3 years have passed since last update.

jupyter notebook のホームディレクトリを変更する方法

Posted at

jupyter-notebookでホームディレクトリから上階層にディレクトリ変更できなく困ったので、ホームディレクトリを一時的に変更したい時に。

解決法

Anaconda Prompt (Anaconda3)
(base)***>jupyter notebook --notebook-dir=<ホームフォルダ>

例 Zドライブのトップフォルダをホームディレクトリにする
(base)***>jupyter notebook --notebook-dir=Z:\

参考

Jupyter Notebookの初期ディレクトリを変更する
Jupyter Notebookを開くいてでてくるフォルダ一覧について

あとがき

普通にjupyter notebook -h で詳細よめます。
上階層にcdできる方法あったら教えてください。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1