Simplistic jupyter-notebook based GUI for pymc

ipywidgets are exactly what voila dashboards are based on, i did a small reference management project for uni, that was a primitive example of a dashboard to search through references and retrieve metadata for papers, basically accessing a database without an explicit website or something, directly from the jupyter notebook. so we creat multiple ipywidgets and display them in a sort of board that looks like an interactive webpage, all of those widgets represent operations on chunks of code, so if that makes any sense

1 Like