In your docker build, you can bake in an ${NB_PREFIX}/share/jupyter/lab/settings/overrides.json
(docs):
{
"@jupyterlab/apputils-extension:themes": {
"theme": "JupyterLab Dark",
"theme-scrollbars": true
}
}
In your docker build, you can bake in an ${NB_PREFIX}/share/jupyter/lab/settings/overrides.json
(docs):
{
"@jupyterlab/apputils-extension:themes": {
"theme": "JupyterLab Dark",
"theme-scrollbars": true
}
}