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

Add nteract support for JupyterPlot #90

Closed
jackparmer opened this issue Oct 23, 2016 · 3 comments
Closed

Add nteract support for JupyterPlot #90

jackparmer opened this issue Oct 23, 2016 · 3 comments

Comments

@jackparmer
Copy link

JupyterPlot currently doesn't work out-of-the-box inside nteract

There's a discussion for Plotly's Python interface that JupyterPlot can probably draft behind:

plotly/plotly.py#562

@rgbkrk
Copy link

rgbkrk commented Oct 24, 2016

For nteract, any Jupyter kernel that returns Plotly's JSON Chart Schema with mimetype application/vnd.plotly.v1+json can go straight from a dict/object/map to render:

screen shot 2016-10-23 at 8 21 53 pm

@sglyon
Copy link
Member

sglyon commented Oct 27, 2016

Thanks for opening this @jackparmer.

Sorry for the delay in responding

I would love to get nteract support for this package.

@rgbkrk thanks for the example. It seems like it should be pretty straightforward. If I have any issues do you mind if I ping you for pointers?

@sglyon
Copy link
Member

sglyon commented Oct 27, 2016

Yep, it was easy!! Added in d9f881d

screen shot 2016-10-26 at 11 50 40 pm

@sglyon sglyon closed this as completed Oct 27, 2016
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

3 participants