Folium:不在Jupyter中显示地图

时间:2019-03-22 15:09:39

标签: python-3.x jupyter folium

我正在运行文档中的简单代码:

import folium

london_location = [51.507351, -0.127758]

m = folium.Map(location=london_location, zoom_start=15)
m

,但结果是: enter image description here

据我所知

它应该可以与jupyter一起使用,而不会出现任何问题。 在此之前,需要像so questions这样的地图上的方法:

我的设置:

  • python 3.6
  • conda 4.6.8
  • 叶0.8.3
  • jupyter 1.0.0

0 个答案:

没有答案