I am trying to import Cube from iris.cube:
from iris.cube import Cube
but I keep receiving the message
The kernel appears to have died. It will restart automatically.
The same happens when I try to use geopandas:
REG_data = gpd.read_file("./Shapefiles/Local_Authority_Districts_(December_2019)_Boundaries_UK_BUC.shp")
I uninstalled and reinstalled Jupyter.
I also uninstalled and re-installed
ipykernel
ipython
jupyter_client
jupyter_core
traitlets
ipython_genutils
but it didn't help.
I am using macOS Monterey, can't update the system for other reasons.