plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

Update docs for using Jupyter

Open ndrezn opened this issue 1 year ago • 1 comments

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 avatar Apr 22 '24 15:04 ndrezn

Similarly: https://plotly.com/python/jupyter-lab-tools/

ndrezn avatar Apr 22 '24 15:04 ndrezn

@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!

joehiggi1758 avatar May 19 '24 17:05 joehiggi1758

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: [email protected]

Coding-with-Adam avatar May 22 '24 15:05 Coding-with-Adam

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

joehiggi1758 avatar May 22 '24 15:05 joehiggi1758