vizier-scala
vizier-scala copied to clipboard
Capture external dependencies (in Python)
What pain point is this feature intended to address? Please describe. Vizier presently does not capture external dependencies via Python (or other languages). This means that e.g., calls to outside APIs, file IO, and more, do not get tracked by Vizier (leading to potentially non-reproducible notebooks). It would be useufl
Describe the solution you'd like This is the use case for https://sciunit.run/docs/
Describe alternatives you've considered
- Vizier presently discourages use of the
open
command by causing it to print a warning message - Not being reproducible