0Hughman0 / Cassini

Turn Jupyter Lab with Python into an electronic lab notebook (ELN)
https://0hughman0.github.io/Cassini/0.3.x/
GNU General Public License v3.0
11 stars 0 forks source link

ipygui seems to be broken, in 0.2.x #162

Open 0Hughman0 opened 2 months ago

0Hughman0 commented 2 months ago

I can't get the ipygui to work in 0.2.x!

It renders fine, but the new tier button doesn't work...

0Hughman0 commented 2 months ago

Ok it looks like this area is the problem, because reassuringly, the dialogue does work for DataSets:

https://github.com/0Hughman0/Cassini/blob/fe5cf6b753fb586e65bb88560533a98f555d2027/cassini/ext/ipygui/components.py#L496

0Hughman0 commented 2 months ago

... although this fix doesn't look related to the implementation in 0.2.x at first glance...?

0Hughman0 commented 2 months ago

Certainly fixed in 0.3.x...?