npm package error
See original GitHub issueAfter installed jupyterlab 0.29.2, it works for a while with ipywidgets
. Since 6, Dec, 2017, after I re-build jupyterlab with command jupyter lab clean && jupyter lab build
, jupyterlab behaves a little weird. At first, the page’s height is about180 px, it cannot take my full screen. After Checking for a while, I found that @jupyter-widgets/controls seems at wrong order, the css override order is not as it was before. I wait for quite a few hours, then I rebuild jupyterlab. This time, the page seems work fine, but when executing import ipywidgets ipywidgets.IntSlider()
, the output area shows that Error displaying widget
. I wonder how can I specify npm package version, so that it can only build my own package, without updating packages like @jupyter-wigets/controls and so on?
P.s. I noticed that @jupyter-widgets/controls have two new versions in last two days. But both don’t work well in my environment, so I just want to roll back to 1.0.10.
@jasongrout Could you give me some kindly advice, please?
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (8 by maintainers)
Top GitHub Comments
I just published
@jupyter-widgets/jupyterlab-manager
0.31.3, which fixes this issue. You can upgrade to that, or you can install a specific version like 1.0.10 by doing something likejupyter labextension install @jupyter-widgets/jupyterlab-manager@1.0.10
(you might need to uninstall your current extension first).I think it would be a good time when I release first demo. After that, I would post comments on topic jupyterlab/jupyterlab#443 for suggestions.