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

No TK support #334

Open nimbus396 opened 2 weeks ago

nimbus396 commented 2 weeks ago

I see QT or some version is installed. Never got it to work ... tried TK which is pretty standard with python. It doesn't work either. Carnets is nice but, the lack of GUI support isn't worth it.

Peter230655 commented 2 weeks ago

it is free. If you do not like it, do not use it.

holzschu commented 2 weeks ago

I see QT or some version is installed. Never got it to work ... tried TK which is pretty standard with python. It doesn't work either. Carnets is nice but, the lack of GUI support isn't worth it.

The problem is simple: there is no way to open a window on iOS, and no way to access the user interface except using the methods provided by Apple. That excludes Qt, Tk and all those frameworks. If I ever find a way to make them work, I'll include it, but it's a tall order. In terms of user interface, Jupyter works well with widgets.

nimbus396 commented 4 days ago

Thanks for getting back to me. I thought that might be the case. I do like the software though. Can't wait to see what the future holds for it.