pyiron / ironflow

Prototype of a graphical user interface for pyiron (unstable)
https://mybinder.org/v2/gh/pyiron/ironflow/HEAD?labpath=example.ipynb
BSD 3-Clause "New" or "Revised" License
16 stars 2 forks source link

Handle the edge case where you slice 0 #192

Closed liamhuber closed 1 year ago

liamhuber commented 1 year ago

[-0:] is the same as [0:], and radically different for how, e.g. [-1:] vs [1:] works. Derp.

Solves the issue of the entire display getting closed down when you (sometimes) turn off the node representation widget.

Closes the last part of #189

github-actions[bot] commented 1 year ago

Binder :point_left: Launch a binder notebook on branch _pyiron/ironflow/displaycrashes

liamhuber commented 1 year ago
Run pip check
pyiron-base 0.5.36 has requirement sqlalchemy>=2.0.9, but you have sqlalchemy 1.4.46.
Error: Process completed with exit code 1.

I forgot to un-pin sqlalchemy in the pyiron_ontology conda env file, so I need to go bump that and bump my dependency here too.