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

scikit-misc can't be installed #254

Open GG-Delta opened 2 years ago

GG-Delta commented 2 years ago

Hey Nicolas, thanks a lot for you incredible Carnets app! Please allow me a quick question: I had several error messages while trying to install the "scikit-misc" package via pip (please see the screenshot attached). I saw your comments in a previous discussion regarding "scikit-learn". You had included this package in a separate release. May I ask you whether you have plans to include "scikit-misc" in an upcoming release or is there a way for me to install it already myself? Thanks again & all the best, Gernot IMG_26682D013105-1

holzschu commented 2 years ago

Thanks for the kind words. As you found out, scikit-misc cannot be installed by the user because it contains a C extension (loess). I'll keep it in mind for the next big update to Carnets; right now the goal is to update all packages (and make sure they work together), and get ready for the big updates that are coming (iOS 16, notebook v7).

Unless I missed something, the only interest of scikit-misc seems to be loess filtering, and there are other packages that offer loess filtering. I haven't tested, but maybe one of them might work?

GG-Delta commented 2 years ago

Hey Nicolas, thanks a lot for your very helpful clarifications! You are absolutely right that the current interest is related to loess filtering within scikit-misc. Unfortunately it is a dependency from another package that I need to use. I need to check the alternatives you kindly pointed out. Thanks again! Cheers, Gernot