##// END OF EJS Templates
Add uv line magic (#14537)...
Add uv line magic (#14537) This adds the ability to install packages using `%uv install [pkgs]` line magic.

File last commit:

r27843:667f3cbe
r28906:02545e95 merge
Show More
simplevars.py
2 lines | 24 B | text/x-python | PythonLexer
x = 1
print("x is:", x)