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

Update docs for using Jupyter #4585

Open
ndrezn opened this issue Apr 22, 2024 · 1 comment
Open

Update docs for using Jupyter #4585

ndrezn opened this issue Apr 22, 2024 · 1 comment
Labels
documentation Issues related to docstrings or error messages (not online docs) p1

Comments

@ndrezn
Copy link
Member

ndrezn commented Apr 22, 2024

Our docs for using Plotly in Jupyter are quite out of date: https://plotly.com/python/ipython-notebook-tutorial/

import chart_studio.plotly as py
import plotly.graph_objects as go

data = [go.Bar(x=df.School,
            y=df.Gap)]

py.iplot(data, filename='jupyter-basic_bar')

Is one of the examples... we should update this for 2024 with modern examples, syntax, troubleshooting etc.

@ndrezn
Copy link
Member Author

ndrezn commented Apr 22, 2024

@Coding-with-Adam Coding-with-Adam added documentation Issues related to docstrings or error messages (not online docs) p1 labels Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Issues related to docstrings or error messages (not online docs) p1
Projects
None yet
Development

No branches or pull requests

2 participants