Setting notebook_dir?

Dear experts,

I’m trying to set the root notebook home directory. For Jupter, setting the c.NotebookApp.notebook_dir variable in ~/.jupyter/jupyter_notebook_config.py works, but it does not work for root notebooks I started with root --notebook. Is there a way to configure it for root notebooks? Thanks.

Dongliang

Dear Dongliang,

root --notebook creates its own configuration file where it sets some parameters. You can find it in ~/.rootnb after the first time you run root --notebook.

Best,
Enric

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.