Skip to content
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

Closed
aggFTW opened this issue Nov 1, 2016 · 9 comments
Closed

Plotly needs a jupyterlab extension to work with Jupyter Lab #600

aggFTW opened this issue Nov 1, 2016 · 9 comments

Comments

@aggFTW
Copy link

aggFTW commented Nov 1, 2016

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

@jasongrout
Copy link

I'm not familiar with the plotly code, but perhaps a good model to follow is the vega plugin

@rgbkrk
Copy link
Contributor

rgbkrk commented Nov 3, 2016

As noted in jupyterlab/jupyterlab#1188:

nteract has a plotly renderer that relies on the Plotly JSON Chart Schema with mimetype application/vnd.plotly.v1+json

@chriddyp has initial work for that support in #562 (which would translate to jupyterlab as well with the same mimetype).

@jasongrout
Copy link

nice, thanks for pointing that out, @rgbkrk.

@rgbkrk
Copy link
Contributor

rgbkrk commented Jan 18, 2017

JupyterLab extension for Plotly courtesy @gnestor: https://github.com/gnestor/jupyterlab_plotly

@sudburyrob
Copy link

cc @cldougl

@gnestor
Copy link
Contributor

gnestor commented Aug 20, 2017

FYI https://github.com/gnestor/jupyterlab_plotly is moving over to https://github.com/jupyterlab/jupyter-renderers. Classic notebook extension coming soon!

@astrojuanlu
Copy link
Contributor

@gnestor Is there a place where we can track the progress of the classic notebook extension? Thanks!

@gnestor
Copy link
Contributor

gnestor commented Oct 31, 2017

We're tracking it here: jupyterlab/jupyter-renderers#3

@gnestor
Copy link
Contributor

gnestor commented Jul 17, 2018

This can be closed with the addition of @jupyterlab/plotly-extension and plotlywidget 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants