VincentBerger / JupyterNotebooks

0 stars 0 forks source link

Setting notebook directory in configuration file #3

Open donzef opened 4 years ago

donzef commented 4 years ago

Suggestion: Force the notebook login directory in Jupyter Notebook config file ~studentXY/.jupyter/jupyter_notebook_config.py.

This ensures that the student arrives directly in the deployed workshop/challenge after login in its private Jupyter Notebook. The following example sets student61 with a / directory at /home/student61/Discover/WKSHP-RedfishOverview

c.NotebookApp.notebook_dir = '/home/student61/Discover/WKSHP-RedfishOverview'