Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 250 Bytes

flask.rst

File metadata and controls

9 lines (6 loc) · 250 Bytes

Using folium with flask

A very common use case is to use folium with in a flask app. The trick is to return folium's HTML representation. Here is an example on how to d that:

.. literalinclude:: ../examples/flask_example.py