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
546 stars 31 forks source link

xpress module #318

Closed WH-1000XM3 closed 3 months ago

WH-1000XM3 commented 7 months ago

I'd like to use the xpress optimization library, but %pip install xpress doesn't work.

holzschu commented 7 months ago

That makes sense: the xpress module relies on an external library that needs to be compiled, and you can only install pure Python modules in Carnets.