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
567 stars 34 forks source link

scenepic #297

Open Peter230655 opened 1 year ago

Peter230655 commented 1 year ago

I tried to install this library by writing %pip install scenepic but I got an error message.

Could this be so because it is not written in pure python? If this is the case, I would request you to consider it to be included in your next update. It seems to be a very neat program for 3D animations.

Thanks!

holzschu commented 1 year ago

Yes, scenepic has a lot of source code written in C and C++, so it cannot be installed in Carnets with pip. I'll think about it.

Peter230655 commented 1 year ago

Thanks!!

6zyman commented 1 year ago

Can opencv be used on this application?

holzschu commented 1 year ago

OpenCV is, indeed, available on Carnets. You should try it and see if it works for your needs. The main issue is that it's better if the notebook and the image files are in the same directory.