Closed
Description
Hello! I hope this is the right place to open this issue.
With @nicolaskruchten we're trying to upgrade the plotlywidget
JS package to work with JupyterLab 2.0 and running into a problem related to @jupyter-widgets/base
... Version 1.5.3 of our package depends on version 2.0.0 of @jupyter-widgets/base
and works in JupyterLab 1.2, which is great. When we try to upgrade to version 3.0.0 we gain JupyterLab 2.0 support, but it no longer works with JupyterLab 1.2. Is this a known limitation? Is it intended that JS packages depending on @jupyter-widgets/base
can work both with JupyterLab 1.2 and 2? Thank you :-).