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 · 4 comments
Open

Update docs for using Jupyter #4585

ndrezn opened this issue Apr 22, 2024 · 4 comments
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
@joehiggi1758
Copy link

@ndrezn Can I take this one?

I'm a beginner at OSS but have been using plotly in Python for years - would love to help here!

@Coding-with-Adam
Copy link
Contributor

Hi @joehiggi1758
We are reassessing how we might move forward with this part of the docs.

In the meantime, we have a few contribution opportunities that you might be interested in. Do you mind shared your contact details with me: adam@plot.ly

@joehiggi1758
Copy link

@Coding-with-Adam of course! I'll shoot you a quick email!

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

3 participants