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
566 stars 33 forks source link

Add opt packages #169

Open mattcbt opened 3 years ago

mattcbt commented 3 years ago

Would it be possible to add optimisation packages like cvxopt or cvxpy ? Thanks for your app, it has really changed my coding habits

holzschu commented 3 years ago

I'm going to have a look. Any preference between the two? cvxpy seems to rely on scipy for the optimization part, while cvxopt requires lapack and blas (which are already done).

mattcbt commented 3 years ago

cvxopt would really be ideal, especially if it's easier to install

holzschu commented 3 years ago

Hi, cvxopt is now available in the TestFlight version: https://testflight.apple.com/join/yevwlUs1 If you could give it a try, see how well it goes...

pepie34 commented 5 months ago

pip install cvxpy[CVXOPT,SCIPY] should enable cvxopt and scipy based optimizers in cvxpy but it seems it still depends on