-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plotly needs a jupyterlab extension to work with Jupyter Lab #600
Comments
I'm not familiar with the plotly code, but perhaps a good model to follow is the vega plugin |
As noted in jupyterlab/jupyterlab#1188: nteract has a plotly renderer that relies on the Plotly JSON Chart Schema with mimetype @chriddyp has initial work for that support in #562 (which would translate to jupyterlab as well with the same mimetype). |
nice, thanks for pointing that out, @rgbkrk. |
JupyterLab extension for Plotly courtesy @gnestor: https://github.com/gnestor/jupyterlab_plotly |
cc @cldougl |
FYI https://github.com/gnestor/jupyterlab_plotly is moving over to https://github.com/jupyterlab/jupyter-renderers. Classic notebook extension coming soon! |
@gnestor Is there a place where we can track the progress of the classic notebook extension? Thanks! |
We're tracking it here: jupyterlab/jupyter-renderers#3 |
This can be closed with the addition of @jupyterlab/plotly-extension and plotlywidget 👍 |
As @tc0312 mentioned in jupyterlab/jupyterlab#1188:
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.
cc. @mdtusz and @yankev
The text was updated successfully, but these errors were encountered: