plotly.py
plotly.py copied to clipboard
Update docs for using Jupyter
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.
Similarly: https://plotly.com/python/jupyter-lab-tools/
@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!
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 of course! I'll shoot you a quick email!