我正在尝试将geopandas导入我的jupyter笔记本中,但是内核一直死掉。我也是相当新的geopandas和jupyter笔记本。
我试图更新jupyter笔记本和geopandas。
“导入大熊猫”
我收到一个错误消息“内核似乎已经死亡。它将自动重新启动。” Kernel dying error
答案 0 :(得分:0)
我遇到了同样的问题,发现我的 jupyter 内存不足。
在你import fiona
之前尝试import geopandas
请使用这些扩展来检查您的内存是否不足。尝试安装 jupyter-resource-usage 扩展以验证 https://tljh.jupyter.org/en/latest/howto/admin/nbresuse.html#:~:text=The%20jupyter%2Dresource%2Dusage%20extension,corner%20of%20the%20notebook%20interface.
您还可以在 binder 中运行 notebook,这应该可以解决任何内存不足问题: https://mybinder.org/v2/gh/RadiantMLHub/ml4eo-bootcamp-2021/HEAD mybinder.orgmybinder.org
将您的笔记本/文件夹/文件保存到 github 并将链接复制到活页夹中。