You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used to edit customized settings in themes.jupyterlab-settings and tracker.jupyterlab-settings then pass it to ~/.jupyter/lab/user-settings/@jupyterlab/apputils-extension/ , ~/.jupyter/lab/user-settings/@jupyterlab/notebook-extension/ respectively
Can I put this customized settings to tsconfig.json?
e.g.
stored following customized setting "overrides": { "content-font-size1": "18px", "code-font-size": "18px", "ui-font-size1": "16px" },
into tsconfig.json
The text was updated successfully, but these errors were encountered:
I used to edit customized settings in
themes.jupyterlab-settings
andtracker.jupyterlab-settings
then pass it to~/.jupyter/lab/user-settings/@jupyterlab/apputils-extension/
,~/.jupyter/lab/user-settings/@jupyterlab/notebook-extension/
respectivelyCan I put this customized settings to
tsconfig.json
?e.g.
stored following customized setting
"overrides": { "content-font-size1": "18px", "code-font-size": "18px", "ui-font-size1": "16px" },
into
tsconfig.json
The text was updated successfully, but these errors were encountered: