We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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") })
The text was updated successfully, but these errors were encountered:
Hi there, are you using: https://github.com/jupyterlab/jupyter-renderers? #600 (comment)
Sorry, something went wrong.
that did the trick! thank you.
No branches or pull requests
First example given in offline plotting gives an empty output box.
The text was updated successfully, but these errors were encountered: