Skip to content

github URLs changed, making examples disfunctional. #61

@dothebart

Description

@dothebart

the https://dash.plotly.com/minimal-app sample has this code:

df = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/gapminder_unfiltered.csv')

however, it seems that it doesn't return content anymore, but rather this is the correct URL:

df = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/refs/heads/master/gapminder_unfiltered.csv')

probably more parts of the documentation referencing these sample repo will fail

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions