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

Carnets SciPy remains blank #323

Open FerSotoApse opened 5 months ago

FerSotoApse commented 5 months ago

Hi, I started to use Carnets SciPy (after trying to install SciPy package in Carnets unsuccessfully), and was working just fine for a few days until now that I can’t open anything and the app stays in blank.

I’m a newbie so I just reseted my iPad (OS 16.7.4) a couple of times and the app, also closed everything in the manager (I used to have issues when opening Carnets after using Archives) and still no good results

IMG_8056

IMG_8057

holzschu commented 5 months ago

Hi, that's odd, and it's going to be challenging to debug unless I get a better idea of what could be happening. As a temporary fix, I would suggest moving back to "nbclassic" instead of "notebooks" (open the Settings app, scroll down to "Carnets with scipy", open "Distribution" and change the settings to "nbclassic").

Let me know if this helps.

FerSotoApse commented 5 months ago

Hi, thanks for the quick response, for now I could run again Carnets Scipy by reinstalling it. Normally it’s a bit slow when opening a notebook, be it in jupyter or nbclassic, but I think is because of my device, its an iPad 5th gen.

If this happens again how can I let you know better?

holzschu commented 5 months ago

Thanks for the update. The recent version uses Notebook v7 for "notebooks". It has a better integration with the system and is more robust, but it's a bit CPU intensive at startup. I can also feel it on my 8-years old iPad Pro: I also see a blank screen occasionally, bit it disappears after a while. "nbclassic" is less CPU intensive, and it works better on older iPads, at least in my experience. Unless you need features from Notebooks v7, I would suggest keeping nbclassic.

Keep me updated on how the issue appears and disappears. It will help me in reproducing it, and hopefully fixing it.