Skip to content

Commit

Permalink
Merge e324c06 into 01f4016
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaul committed Apr 5, 2018
2 parents 01f4016 + e324c06 commit 5fc60ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ from mapboxgl.utils import *
from mapboxgl.viz import *

# Load data from sample csv
data_url = 'https://raw.githubusercontent.com/mapbox/mapboxgl-jupyter/master/examples/points.csv'
data_url = 'https://raw.githubusercontent.com/mapbox/mapboxgl-jupyter/master/examples/data/points.csv'
df = pd.read_csv(data_url)

# Must be a public token, starting with `pk`
Expand Down

0 comments on commit 5fc60ab

Please sign in to comment.