Skip to content

Commit 54871b5

Browse files
committed
fix custom wheel url for lite
1 parent 6f6156c commit 54871b5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/lite/jupyter_lite_config.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
"Layout Templates\\.ipynb",
66
"Variable Inspector\\.ipynb"
77
],
8-
"contents": ["../source/examples"],
8+
"contents": ["../source/examples"]
9+
},
10+
"PipliteAddon": {
911
"piplite_urls": [
10-
"../python/ipywidgets/dist",
11-
"../python/widgetsnbextension/dist",
12-
"../python/jupyterlab_widgets/dist"
12+
"../../python/ipywidgets/dist",
13+
"../../python/widgetsnbextension/dist",
14+
"../../python/jupyterlab_widgets/dist"
1315
]
1416
}
1517
}

0 commit comments

Comments
 (0)