这是我对ipyleaflet的首次尝试,我无法理解出了什么问题。我使用jupyter笔记本(来自ubuntu上的anaconda)。
我已经安装了ipyleaflet:
pip安装ipyleaflet
然后在jupyter笔记本电脑中启用
!jupyter nbextension enable --py --sys-前缀 ipyleaflet
现在,当我尝试通过简单的python代码使用ipyleaflet时:
from ipyleaflet import Map
Map(zoom = 4)
我得到了地图以及地图下的许多类似错误:
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
TypeError: _handle_leaflet_event() takes 3 positional arguments but 4 were given
预先感谢您的帮助。