manzt / juv

Reproducible Jupyter notebooks, powered by uv.
MIT License
80 stars 2 forks source link

Support `add --extra` #38

Closed manzt closed 3 weeks ago

manzt commented 3 weeks ago

Supports using the --extra flag for add.

Include optional dependencies from the specified extra name.

May be provided more than once.

juv add Untitled.ipynb --extra dev anywidget # adds `anywidget[dev]`