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

Installing numpy-quaternion. #235

Open tellidis opened 2 years ago

tellidis commented 2 years ago

Hello,

%pip install numpy-quarternion seems to get installed without issues, but produces an importError. On the other hand, pyquaternion is also successfully installed, and it is usable. Both libraries are using CPython. Is there anyway to have numpy-quarternion working?

Thanks!

holzschu commented 2 years ago

Hi, From what I can gather from their source repositories, pyquaternion is a pure Python package, and thus can be installed over Carnets, while numpy-quaternion has some components written in C for efficiency, and thus cannot be installed over Carnets, since there are no C compilers on iOS.