Open reckoner opened 5 years ago
Hi @reckoner,
Could you explain what you're trying to do and what problem you're seeing? To me it looks like the command above completed successfully. Thanks!
The plotly figures do not render in jupyter lab. The dev console in the browser reports:
lab:1 Uncaught ReferenceError: require is not defined
at <anonymous>:1:1
at PanelLayout.push.HWBy.PanelLayout.attachWidget (vendors~main.425d1407ebaba54b83b1.js:59278)
at PanelLayout.push.HWBy.PanelLayout.insertWidget (vendors~main.425d1407ebaba54b83b1.js:59181)
at OutputArea._insertOutput (vendors~main.425d1407ebaba54b83b1.js:169890)
at OutputArea.onModelChanged (vendors~main.425d1407ebaba54b83b1.js:169772)
at invokeSlot (vendors~main.425d1407ebaba54b83b1.js:193744)
at Object.emit (vendors~main.425d1407ebaba54b83b1.js:193702)
at Signal.push.qUp9.Signal.emit (vendors~main.425d1407ebaba54b83b1.js:193375)
at OutputAreaModel._onListChanged (vendors~main.425d1407ebaba54b83b1.js:9458)
at invokeSlot (vendors~main.425d1407ebaba54b83b1.js:193744)
For some reason doing the following:
jupyter labextension install @jupyterlab/plotly-extension
makes jupyter-dash
work.