- This topic has 1 reply, 2 voices, and was last updated 5 months, 2 weeks ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › Persist JupyterLab settings
Is there a way to have settings persist between server sessions? It looks like user settings get saved in ~/.jupyter/lab/user-settings, but it appears that anything outside of ~/work gets blown away when you start a new server.
Hi Sunjay,
As you correctly pointed, only the contents of the work directory persist across container restarts. I would recommend setting up your local Jupyter Environment for any customized experience as indicated here: https://learn.fabric-testbed.net/knowledge-base/install-the-python-api/#install-jupyter-in-the-virtual-environment
We are working on providing a containerized access to Jupyter as well where users can launch the container on their desktop/laptop and use that. This should be available soon and would enable user environment customization.
Thanks,
Komal