Disposable environments for ad-hoc analyses
written by
on
2024-11-08
| tags:
python
tooling
data science
notebook
reproducibility
juv
uv
environment management
scripts
analysis
In this blog post,
I explore the innovative 'juv' package,
which simplifies Python environment management for Jupyter notebooks
by embedding dependencies directly within the notebook file.
This approach eliminates the need for separate environment files,
making notebooks easily shareable
and reducing setup complexity.
I also discuss integrating 'juv' with 'pyds-cli...
Read more at ericmjl.github.io