Hello there,
I wrote a library (the Atlas toolkit: https://atlastk.org) to write GUIs. I tried to make this library easy to use and also easy to install, so it relies heavily on cloud computing.
I have written two Jupyter notebooks as tutorials for this library. Both can be found here: https://github.com/epeios-q37/atlas-python/tree/master/tutorials.
For the purposes of these tutorials, and also because I plan to write more tutorials not focused on but using this library, the GUIs are embedded in the notebook.
As I’m new to Jupyter, I would love to get some feedback on:
- how this notebooks stand up as tutorials.
- the use of this library to embed GUIs in a notebook.
Thanks!