holzschu / Carnets

Carnets is a stand-alone Jupyter notebook server and client. Edit your notebooks on the go, even where there is no network.
https://holzschu.github.io/Carnets_Jupyter/
BSD 3-Clause "New" or "Revised" License
567 stars 34 forks source link

Cartopy problem #258

Closed ifuchs closed 2 years ago

ifuchs commented 2 years ago

I just downloaded v1.7.2 and attempted to !pip install cartopy. I got the following error message:

image

ifuchs commented 2 years ago

My bad. Cartopy was added to Carnets+ (not Carnets).

holzschu commented 2 years ago

Yes. Although cartopy does not formally require scipy, almost all practical uses do use scipy (for recomputing coordinates), so it made more sense to put it only in Carnets+.