manzt / juv

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

Support windows #13

Open manzt opened 4 weeks ago

manzt commented 4 weeks ago

Should be straightforward to add, just need to fight with CI a bit to understand what the issues are.

manzt commented 3 weeks ago

Need to use subprocess in for win32 systems because execvp does not exist.