You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plotly uses AMD to inject its javascript library to the browser from the kernel: code
This's not working in JupyterLab right now because lab.html doesn't load require.js.
Discussion in that issue points to the fact that Jupyter Lab will require packages to load front end code via the lab extensions framework.