Skip to content

Not working with JupyterLab (0.27.0) #836

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

Closed
hiramf opened this issue Sep 20, 2017 · 2 comments
Closed

Not working with JupyterLab (0.27.0) #836

hiramf opened this issue Sep 20, 2017 · 2 comments

Comments

@hiramf
Copy link

hiramf commented Sep 20, 2017

First example given in offline plotting gives an empty output box.

import plotly
from plotly.graph_objs import Scatter, Layout

plotly.offline.init_notebook_mode(connected=True)

plotly.offline.iplot({
    "data": [Scatter(x=[1, 2, 3, 4], y=[4, 3, 2, 1])],
    "layout": Layout(title="hello world")
})

image

@cldougl
Copy link
Member

cldougl commented Sep 20, 2017

@hiramf
Copy link
Author

hiramf commented Sep 21, 2017

that did the trick! thank you.

@hiramf hiramf closed this as completed Sep 21, 2017
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

2 participants