plotly / plotly.py

The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
https://plotly.com/python/
MIT License
16.07k stars 2.54k forks source link

Update docs for using Jupyter #4585

Open ndrezn opened 5 months ago

ndrezn commented 5 months ago

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 commented 5 months ago

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

joehiggi1758 commented 4 months ago

@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 commented 4 months ago

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 commented 4 months ago

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