Create & manage Jupyter notebooks with their dependencies with juv.
- 🗂️ Create, manage, and run reproducible notebooks
- 📌 Pin dependencies with PEP 723 - inline script metadata
- ⚡ Powered by uv for fast dependency management
- VS Code Jupyter extension
- Either the
uv
(recommended) orjuv
CLI
By default, the extension prioritizes invoking juv
CLI through the
uv tool
interface
(i.e., uvx juv
). If uv
is not available, it falls back to calling juv
directly (if installed globally).
To override this behavior, you can specify an explicit juv
executable in the
extension settings.