File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,9 @@ folium
15
15
Python Data, Leaflet.js Maps
16
16
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17
17
18
- `folium ` builds on the data wrangling strengths of the Python ecosystem
19
- and the mapping strengths of the Leaflet.js library.
20
- Manipulate your data in Python,
21
- then visualize it in on a Leaflet map via `folium `.
18
+ `folium ` builds on the data wrangling strengths of the Python ecosystem and the
19
+ mapping strengths of the Leaflet.js library. Manipulate your data in Python,
20
+ then visualize it in a Leaflet map via `folium `.
22
21
23
22
Installation
24
23
------------
@@ -38,10 +37,18 @@ Documentation
38
37
39
38
http://python-visualization.github.io/folium/docs-master/
40
39
40
+ Note that the documentation on Read the Docs is for the deprecated version
41
+ 0.2.0.
41
42
42
43
Gallery
43
44
-------
44
45
45
- http://python-visualization.github.io/folium/docs-master/
46
+ There are two galleries of Jupyter notebooks with examples, which you can see
47
+ using Jupyter's nbviewer:
48
+
49
+ http://nbviewer.jupyter.org/github/python-visualization/folium/tree/master/examples/
50
+
51
+ https://nbviewer.jupyter.org/github/python-visualization/folium_contrib/tree/master/notebooks/
52
+
46
53
47
54
.. |folium | image :: http://python-visualization.github.io/folium/docs-master/_images/folium_logo.jpg
You can’t perform that action at this time.
0 commit comments