|
|
|
|
|
by benrutter
445 days ago
|
|
Not sure it's as performant, but jupyter notebooks can install dependencies at run time with `!pip install my_cool_library==2.3.1`. If feels a little bit less elegant, and you don't get access to uv's caching goodness, but that'd more or less achieve what you're looking for! |
|