Fabian Zills
Fabian Zills
see ```python from pathlib import Path import zntrack class MyNode(zntrack.Node): deps_path: Path = zntrack.deps_path() params_path: Path = zntrack.params_path() outs_path: Path = zntrack.outs_path("outs") metrics_path: Path = zntrack.metrics_path("metrics") plots_path: Path = zntrack.plots_path("plots")...
https://github.com/zincware/ZnTrack/blob/f7d2d7c928c35c2105023a613e9c985b84af8d0d/pyproject.toml#L2
~~## DO NOT MERGE UNTIL PERFORMANCE ISSUE IS RESOLVED!~~ - [ ] zntrack support - [ ] metadata selection does not work, e.g. with colormap - need a better method....
This feature is currently per webclient only but I think sharing the selection would be nice across rooms (maybe the selection within the plot can also be shared?)
parts of the UI can be selected that should not be (ctrl a to check).
This https://github.com/zincware/ZnDraw/blob/d8b5353db98439e53e0eabdb302052260d265502/zndraw/scene.py#L62-L64 does not seem to work reliably.
only play selected points in plotly plot
They seem to have caps which are unnecessary polygons
If the GUI step has not been changed, the `frame_update` doesn't seem to have an effect.
Currently only per-room modifiers are tested