Update docs for using Jupyter
Open
@LiamConnors is already working on this.
Since Jul 12, 2024.
documentation
feature
P1
- Dominant language
- Python
- Stars
- 18.8k
- Forks
- 2.8k
- Avg merge
- 16h 26m
- Merged PRs (30d)
- 21
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.