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
Copy file name to clipboardExpand all lines: docs/customize.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -768,3 +768,30 @@ Voila will load all extensions under `{PREFIX}/share/jupyter/labextensions` just
768
768
769
769
It also has its own path for labextensions that you can use: `{PREFIX}/share/jupyter/voila/labextensions`. Installing extensions there will make those extensions only available to Voila. This is really useful if you
770
770
don't want to pollute JupyterLab or Jupyter Notebook with extensions that only work for Voila.
771
+
772
+
### Configuring extra labextensions paths
773
+
774
+
You can configure additional paths for Voilà to search for JupyterLab extensions using the `extra_labextensions_path` configuration option:
0 commit comments