Skip to content

Commit

Permalink
fix custom wheel url for lite
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Jan 23, 2023
1 parent 6f6156c commit 54871b5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/lite/jupyter_lite_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
"Layout Templates\\.ipynb",
"Variable Inspector\\.ipynb"
],
"contents": ["../source/examples"],
"contents": ["../source/examples"]
},
"PipliteAddon": {
"piplite_urls": [
"../python/ipywidgets/dist",
"../python/widgetsnbextension/dist",
"../python/jupyterlab_widgets/dist"
"../../python/ipywidgets/dist",
"../../python/widgetsnbextension/dist",
"../../python/jupyterlab_widgets/dist"
]
}
}

0 comments on commit 54871b5

Please sign in to comment.