File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -777,21 +777,17 @@ You can configure additional paths for Voilà to search for JupyterLab extension
777
777
voila --VoilaConfiguration.extra_labextensions_path=" ['/path/to/custom/extensions', '/another/path']"
778
778
```
779
779
780
- Or via the configuration file:
780
+ Or via the configuration file ( ` voila.json ` ) :
781
781
782
- ``` python
783
- # voila.json
782
+ ``` json
784
783
{
785
- " VoilaConfiguration" : {
786
- " extra_labextensions_path" : [
787
- " /path/to/custom/extensions" ,
788
- " /another/path"
789
- ]
790
- }
784
+ "VoilaConfiguration" : {
785
+ "extra_labextensions_path" : [" /path/to/custom/extensions" , " /another/path" ]
786
+ }
791
787
}
792
788
```
793
789
794
- Or in a Python configuration file (voila.py):
790
+ Or in a Python configuration file (` voila.py ` ):
795
791
796
792
``` python
797
793
c.VoilaConfiguration.extra_labextensions_path = [
You can’t perform that action at this time.
0 commit comments