Results 2 issues of Florian Sestak

Hi, how do you extract the ligands from the files. Because I want to use the (mlig) subsets. There are often multiple ligands per row, but if I open then...

Hi I have the following problem. When I use: ``` import ipywidgets as widgets toggle = widgets.ToggleButton(description='click me') def on_click(change): print(change['new']) toggle.observe(on_click, 'value') ``` the callback does **not** get triggered,...