Closed timkpaine closed 4 years ago
This is still going to break for people when used in conjunction with other libraries unless you support 3 as well. E.g. the official sidecar library will cause your latest release to break https://github.com/jupyter-widgets/jupyterlab-sidecar/blob/master/package.json#L41
I recommend ^2 || ^3 || ^4 for maximum compatibility.
atm it looks like that:
which works for me in another project
It causes my installation to break due to jupyter-widgets/base 3 being the resolved version.
I tried to follow the same pattern as I used to do in another project: https://github.com/upsetjs/upsetjs_jupyter_widget/#installation. Have you tried to install the manager manually before?
I have about 40 extensions in my deployment, I have the latest non-alpha jupyterlab manager (2.0.0). I have lineup_widget installed from my fork for now which works fine, and the extension system for JupyterLab is consolidating to hopefully alleviate this problem anyway.
I just released a new version with lineupjs v4.0 which should be compatible.