Skip to content

Commit 80a7930

Browse files
committed
add new bokeh resource
1 parent 3f35bb8 commit 80a7930

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/pages/03-data/19-bokeh.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,8 @@ basic syntax will change as the library's API is not yet stable.
115115
* [Realtime Flight Tracking with Pandas and Bokeh](https://www.geodose.com/2019/01/realtime-flight-tracking-pandas-bokeh-python.html)
116116
provides a great example of combining [pandas](/pandas.html) for structuring
117117
data with Bokeh for visualization.
118+
119+
* [How to Create an Interactive Geographic Map Using Python and Bokeh](https://towardsdatascience.com/how-to-create-an-interactive-geographic-map-using-python-and-bokeh-12981ca0b567)
120+
shows how to use a `GeoJSONDataSource` as input for Bokeh and draw a
121+
map with the data.
122+

0 commit comments

Comments
 (0)