Fabian Zills
Fabian Zills
Either prohibit or find a good way to ensure proper znjson conversion excluding pickle.
Introduce new abstract methods, for all `zntrack.` and `zntrack._path`. ```python def get_zntrack_data(self, instance: "Node") -> dict: """Get the data that will be written to the zntrack config file.""" return {}...
In addition to `zntrack.plots(x: str)` also allos `zntrack.plots(x: list[str]|str)`
https://github.com/zincware/ZnTrack/blob/591f7ff792b5809984e770a8fa6da9816ddd8f62/zntrack/project/zntrack_project.py#L395-L399 `project.create_experiment` can - under given circumstances - remove the workspace without being able to recover it easily. The created stash should be given a name for emergency recovery.
When calling `project.run()` nodes should be loaded after they finished
- add tests - add `zntrack cite remote=., rev=None` CLI to create a bibtex file