folium builds on the data wrangling strengths of the Python ecosystem and the mapping strengths of the Leaflet.js library. Manipulate your data in Python, then visualize it in a Leaflet map via folium.
$ pip install folium
or
$ conda install -c conda-forge folium
https://python-visualization.github.io/folium/
There are two galleries of Jupyter notebooks with examples, which you can see using Jupyter's nbviewer:
https://nbviewer.jupyter.org/github/python-visualization/folium/tree/main/examples/
https://nbviewer.jupyter.org/github/python-visualization/folium_contrib/tree/master/notebooks/
We love contributions! folium is open source, built on open source, and we'd love to have you hang out in our community.
See our complete contributor's guide for more info.
Check the changelog for a detailed list of the latest changes.