Show HN: Juvio – UV Kernel for Jupyter

https://news.ycombinator.com/rss Hits: 12
Summary

💡 Inline Dependency Management Install packages right from the notebook: % juvio install numpy pandas Dependencies are saved directly in the notebook as metadata (PEP 723-style), like: # /// script # requires-python = "==3.10.17" # dependencies = [ # "numpy==2.2.5", # "pandas==2.2.3" # ] # /// ⚙️ Automatic Environment Setup When the notebook is opened, Juvio installs the dependencies automatically in an ephemeral virtual environment (using uv ), ensuring that the notebook runs with the correct versions of the packages and Python.

First seen: 2025-05-20 17:11

Last seen: 2025-05-21 05:17