File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,19 @@ dependencies:
44
44
- ipycanvas
45
45
` ` `
46
46
47
- ## JupyterLite config
47
+ ## JupyterLite configuration
48
48
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 -->
51
54
52
55
` ` ` 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"
54
60
` ` `
55
61
56
62
# # Strip particular tagged cells from IPython Notebooks
You can’t perform that action at this time.
0 commit comments