Configure a user interface
The alternatives mentioned in the wiki such as Flyodhub all offer some form of GUI.
Whilst we are currently aiming for reproducibility, it’s something I think we should consider investigating as a future improvement.
Jupyter notebooks do offer a lot of functionality, however it is not a fully fledged development environment.
I’ve found an open source machine learning focused IDE, which is something we could consider shipping: https://www.spyder-ide.org/
Some things to consider:
How do we save state when using the docker container (maybe use flatpak instead)
How do we expose the ui through docker/podman (maybe flatpak again)
Would shipping something like this bloat the image too much?