Search code examples
jupyter-lab

JupyterLab User Settings File


I leverage Docker containers to launch JupyterLabs and would like the ability to apply user settings directly at launch, instead of configuring user settings through the "Advanced Settings Editor" GUI at every container launch.

In reviewing the following pull request, it does seem that this functionality should exist: https://github.com/jupyterlab/jupyterlab/pull/2585

I have not found anything referencing this capability in the JupyterLab documentation, so any leads would be greatly appreciated!


Solution

  • Running jupyter-lab --generate-config should generate a config file in /home/<USER>/jupyter/jupyter_notebook_config.py