I am running simple code from documentation:
import folium
london_location = [51.507351, -0.127758]
m = folium.Map(location=london_location, zoom_start=15)
m
as far as I know it should work with jupyter without any problems. Before it need a method on map as in this so questions:
My set up:
- python 3.6
- conda 4.6.8
- folium 0.8.3
- jupyter 1.0.0