I have two sub-questions of the question shown in title:
Where does JupyterLab store
System Defaults
andUser Preference
files?I want to customized my own JupyterLab settings by editing the config file, and there are several file path suggestion I found in websites:
/usr/local/share/jupyter/lab/settings/overrides.json
~/.jupyter/lab/user-settings/@jupyterlab/notebook-extension/tracker.jupyterlab-settings
/usr/local/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/tracker.json
- My question is: Which correct file should I edit if I want to adjust settings like code folding, line wrapping? Or none of above, there is other file I should use?
PS. Because I start JupyterLab in a docker container, and I rebuild the container frequently, I want to change the default settings by editing the config file instead of changing these settings in the GUI every time.
Thank you all.
ref: