Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github URLs changed, making examples disfunctional. #61

Open
dothebart opened this issue Nov 22, 2024 · 0 comments
Open

github URLs changed, making examples disfunctional. #61

dothebart opened this issue Nov 22, 2024 · 0 comments

Comments

@dothebart
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant