Fabian Zills
Fabian Zills
# Known Issues - sometimes `extend` does not add all data
you should be able to use python, just like e.g. DVC does.
- Where to put it - What should be in it
Provided we have a solution for https://github.com/zincware/ZnDraw/issues/200 we could attach modifier/analysis/selection through Python. ```py vis = ZnDraw(...) # see zndraw/select/__init__.py class StepSelection(SelectionBase): """Select all atoms.""" method: t.Literal["StepSelection"] = Field("StepSelection") step:...
Already added to selection and drawing this should also be added to - [ ] Interaction https://github.com/zincware/ZnDraw/pull/199 - [ ] Scene (use multiple menus) - [ ] Analysis
If you press play, the button will not revert to play again, when the simulation is over. functionality is not affected.
If you run `zndraw.ZnDraw()` and it tries to open the browser window but can't it might fail with a connection issue.