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
565 stars 32 forks source link

Can’t install Keplergl and shapely using pip install keplergl #114

Open zahrus opened 4 years ago

zahrus commented 4 years ago

I tried installing kerplergl for Jupyter but I am getting an error when it is installing Shapely is there a way I can bypass shapely and say use Shapy to get keplergl to work?

holzschu commented 4 years ago

This is a tough question. Installing shapely is relatively easy (it has to be done at the app level because it contains C components, but I've done it once already, it just didn't make it into the AppStore version), but from the documentation Keplergl itself is based on node.js, which is not available on iOS.