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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -695,3 +695,12 @@ or using `voila.json` file
695
695
:::{warning}
696
696
Progressive rendering mode is incompatible with the preheated kernels functionality.
697
697
:::
698
+
699
+
## Custom labextension for Voila
700
+
701
+
Since Voila 0.5.0, it can now load JupyterLab extensions. Allowing to load custom mimetype extensions, JupyterLab themes etc.
702
+
703
+
Voila will load all extensions under `{PREFIX}/share/jupyter/labextensions` just like JupyterLab and Jupyter Notebook v7.
704
+
705
+
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
706
+
don't want to pollute JupyterLab or Jupyter Notebook with extensions that only work for Voila.
0 commit comments