Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update docs for using Jupyter #4585

Open
Assignees
Labels
P1needed for current cycle documentationwritten for humans featuresomething new
@ndrezn

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.

Metadata

Metadata

Labels

P1needed for current cycle documentationwritten for humans featuresomething new

Type

No type

Projects

No projects

Milestone

No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      AltStyle によって変換されたページ (->オリジナル) /