Support all Jupyter Paths when loading static resources #10722
Labels
bug
Issue identified by VS Code Team member as probable bug
debt
Code quality issues
ipywidgets
Rendering, loading, saving, anything to do with IPyWidgets
verified
Verification succeeded
Milestone
We recently updated IPyWidgets to load static resources from a couple of different places,
however Jupyter has a pre-defined & documented list
Today we load static resources from just 2 places, however jupyter has more than that.
E.g. if you look at the isntallation of pythreejs, if user installs widgets into
--system
, then they will not work in VS Code.We don't load widgets from the
--system
location.Todo:
Ref
jupyter_path
function insite-packages/jupyter_core/paths.py
The text was updated successfully, but these errors were encountered: