Skip to content

Commit

Permalink
Document default_settings for jupyterlab
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Feb 15, 2024
1 parent 97f36a9 commit f2f4d35
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/docs/explanations/advanced-custom-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,16 @@ jupyterlab:
Currently only public git repositories are supported. Path location key should not start or end with trailing slash.
:::


- `jupyterlab.default_settings` - Enables overriding the default JupyterLab and JupyterLab extensions settings. Users will still be able to adjust the settings in the JupyterLab Setting Editor. The keys should be names of the Jupyter plugins with values defining mapping between the plugin setting and new default.

```yaml
jupyterlab:
default_settings:
"@jupyterlab/apputils-extension:themes":
theme: JupyterLab Dark
```

### Terraform

The Nebari configuration file provides a huge number of configuration options for customizing your Nebari infrastructure. While these options are sufficient for an average user, they
Expand Down

0 comments on commit f2f4d35

Please sign in to comment.