Closed
Description
I have an ipywidgets extension that works on jlab 1.2.6 but getting some trouble on jlab 2.0 with
jupyterlab-manager 2.0
I'm getting a:
Error: No provider for: jupyter.extensions.jupyterWidgetRegistry.
I'm getting some duplicates on my build which from what I understand might cause this.
WARNING in d3-array
Multiple versions of d3-array found:
1.2.4 ./~/d3-geo-projection/~/d3-array from ./~/d3-geo-projection/~/d3-array/src/index.js
2.4.0 ./~/d3-array from ./~/d3-array/src/index.js
WARNING in entities
Multiple versions of entities found:
1.1.2 ./~/entities from ./~/htmlparser2/lib/Tokenizer.js
2.0.0 ./~/dom-serializer/~/entities from ./~/dom-serializer/~/entities/lib/index.js
WARNING in semver
Multiple versions of semver found:
6.3.0 ./~/semver from ./~/@jupyter-widgets/jupyterlab-manager/lib/manager.js
7.1.3 ./~/vega-embed/~/semver from ./~/vega-embed/~/semver/index.js
Is this an issue in jupyterlab manager or am I missing something else on my dependencies?