An interactive Binder config file builder GUI

I was playing around with ipywidgets for building dashboards, and thought that a fun use-case would be to try building a Binder configuration file builder:

https://mybinder.org/v2/gh/choldgraf/binder_builder_gui/master?urlpath=voila%2Frender%2Fgui.ipynb

The basic idea is to give people some simple forms that they can use to create the proper Binder configuration files.

There are still some bugs to work out before it’s really useful…but do people think this kind of thing would be interesting to clean up and develop a bit further?

cc @betatim who I think I mentioned this to a while back :slight_smile:

2 Likes

Love the GUI idea, but IIRC last time I tried to run a Binder w/ requirements and environment here the conda environment trumped pip and ignored requirements?

Yeah I agree we need to find some way to reveal different “flows” through that GUI (e.g. allow you to see either the requirements.txt or the environment.yml GUI, but not both

I like the idea of experimenting with different flows via widgets. Having a GUI that guides people through the “setup” process will be super useful. Both in terms of helping people avoid mistakes and in terms of discovering what is possible.

After experimenting we should turn it into a slick webapp based on React or some such so that it is instant to load and can use GitHub/Gitlab/etc auth to directly make a PR to your repository in addition to “download files”. (in a v2 :slight_smile: )

1 Like

What’s a good way to experiment? I can move the repo over to jupyterhub, or we could invite feedback via Twitter?

I agree in the future this is better as Javascript but that is outta my wheelhouse :blush:

1 Like

@choldgraf Did you do any more on this, or know of any related work / repos anywhere?

mmm basically I got to the “not quite working proof of concept” level, and then realized that I didn’t really have the skillset and time to make it really useful. It would be great as a little self-contained project though, I think.