Hello. When I’m building jlab v3 locally with ipyleaflet==0.13.6
installed it works fine. But when I’m building it on my server machine(docker image jupyter/base-notebook:notebook-6.2.0
), I’m getting this error:
Plugin 'jupyter.extensions.jupyter-leaflet' failed to activate. index.es6.js:283 Error: No provider for: jupyter.extensions.jupyterWidgetRegistry. at H.e.resolveRequiredService (VM4234 jlab_core.827d543b8d221fe1180d.js:2) at VM4234 jlab_core.827d543b8d221fe1180d.js:2 at Array.map (<anonymous>) at H.e.activatePlugin (VM4234 jlab_core.827d543b8d221fe1180d.js:2) at VM4234 jlab_core.827d543b8d221fe1180d.js:2 at Array.map (<anonymous>) at H.e.start (VM4234 jlab_core.827d543b8d221fe1180d.js:2) at U (index.out.js:707)
Can someone please provide me with information on what can possibly cause that problem in my situation? Is this packages incompatibility issue? So why then locally everything works like a charm?