jupyter 实验室内核在尝试运行 hvplot 时死亡

时间:2021-06-07 22:29:40

标签: python jupyter-lab python-xarray holoviews hvplot

当尝试运行以下代码时,jupyter 实验室内核死了,没有错误输出,这与 hvplot 有关,但经过几个小时的搜索,我找不到任何关于此事的信息:

import geoviews as gv
import geoviews.feature as gf
from cartopy import crs
import hvplot.pandas

import geopandas as gpd
cities = gpd.read_file(gpd.datasets.get_path('naturalearth_cities'))

cities.hvplot(global_extent=True, frame_height=450, tiles=True)

有人知道为什么会这样吗?

0 个答案:

没有答案