Skip to content

Commit e757845

Browse files
Add docs on providing overrides JSON files
1 parent 2e55d46 commit e757845

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/configuration.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,19 @@ dependencies:
4444
- ipycanvas
4545
```
4646
47-
## JupyterLite config
47+
## JupyterLite configuration
4848
49-
You can provide [custom configuration](https://jupyterlite.readthedocs.io/en/latest/howto/index.html#configuring-a-jupyterlite-deployment)
50-
to your JupyterLite deployment.
49+
You can provide [custom configuration files](https://jupyterlite.readthedocs.io/en/latest/howto/configure/config_files.html)
50+
to your JupyterLite deployment for build-time configuration and settings overrides.
51+
52+
<!-- TODO: Run-time configuration via `jupyter-lite.json` not added yet here
53+
because I can't yet find a direct jupyter lite CLI mapping for that option -->
5154

5255
```python
53-
jupyterlite_config = "jupyterlite_config.json"
56+
# Build-time configuration for JupyterLite
57+
jupyterlite_config = "jupyter_lite_config.json"
58+
# Override plugins and extension settings
59+
jupyterlite_overrides = "overrides.json"
5460
```
5561

5662
## Strip particular tagged cells from IPython Notebooks

0 commit comments

Comments
 (0)