Skip to content

Commit

Permalink
Merge f954558 into f6411b3
Browse files Browse the repository at this point in the history
  • Loading branch information
ajduberstein committed Sep 27, 2019
2 parents f6411b3 + f954558 commit 6f85c7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bindings/python/pydeck/README.md
Expand Up @@ -42,8 +42,9 @@ The following code renders a visualization similar to the one above in a Jupyter
```python
import pydeck as pdk

# 2014 location of car accidents in the UK
UK_ACCIDENTS_DATA = 'https://raw.githubusercontent.com/uber-common/deck.gl-data/master/examples/3d-heatmap/heatmap-data.csv'
# 2014 locations of car accidents in the UK
UK_ACCIDENTS_DATA = ('https://raw.githubusercontent.com/uber-common/'
'deck.gl-data/master/examples/3d-heatmap/heatmap-data.csv')

# Define a layer to display on a map
layer = pdk.Layer(
Expand Down

0 comments on commit 6f85c7c

Please sign in to comment.