ml4bio-workshop icon indicating copy to clipboard operation
ml4bio-workshop copied to clipboard

Moving GUI to a web browser

Open agitter opened this issue 4 years ago • 1 comments

Installing the ml4bio software can be challenging for some participants on some machines. We can use this issue to track ideas for moving the GUI to a web browser.

One idea would be to find a way to launch the existing software from a Juypter notebook. Then we could test whether Binder also supports launching the software from a notebook.

If I run the following in a Jupyter notebook, it launches a GUI window:

%gui qt
%run checkbox.py

Source: checkbox.py

agitter avatar Sep 12 '19 18:09 agitter