2025-05-20 12:32:00
github.com
-
π‘ 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. -
π Git-Friendly Format
Notebooks are converted on the fly to a script-style format using
# %%
markers, making diffs and version control painless:# %% %juvio install numpy # %% import numpy as np # %% arr = np.array([1, 2, 3]) print(arr) # %%
1. Install Juvio:
pip install juvio
jupyter labextension enable juvio-frontend
2. Make sure you have uv installed:
https://docs.astral.sh/uv/getting-started/installation/
3. Start JupyterLab and create a Juvio Notebook.
4. Install necessary packages in the notebook and run your code
Dependencies are tracked, environments are reproducible, and your notebook stays Git-clean β¨
- No additional lock or requirements files are needed
- Guaranteed reproducibility
- Cleaner Git diffs
uv
β ultra-fast Python package managementPEP 723
β Python inline dependency standardsjupytext
-like format for easy version control
Keep your files stored safely and securely with the SanDisk 2TB Extreme Portable SSD. With over 69,505 ratings and an impressive 4.6 out of 5 stars, this product has been purchased over 8K+ times in the past month. At only $129.99, this Amazon’s Choice product is a must-have for secure file storage.
Help keep private content private with the included password protection featuring 256-bit AES hardware encryption. Order now for just $129.99 on Amazon!
Help Power Techcraticβs Future – Scan To Support
If Techcraticβs content and insights have helped you, consider giving back by supporting the platform with crypto. Every contribution makes a difference, whether itβs for high-quality content, server maintenance, or future updates. Techcratic is constantly evolving, and your support helps drive that progress.
As a solo operator who wears all the hats, creating content, managing the tech, and running the site, your support allows me to stay focused on delivering valuable resources. Your support keeps everything running smoothly and enables me to continue creating the content you love. Iβm deeply grateful for your support, it truly means the world to me! Thank you!
BITCOIN bc1qlszw7elx2qahjwvaryh0tkgg8y68enw30gpvge Scan the QR code with your crypto wallet app |
DOGECOIN D64GwvvYQxFXYyan3oQCrmWfidf6T3JpBA Scan the QR code with your crypto wallet app |
ETHEREUM 0xe9BC980DF3d985730dA827996B43E4A62CCBAA7a Scan the QR code with your crypto wallet app |
Please read the Privacy and Security Disclaimer on how Techcratic handles your support.
Disclaimer: As an Amazon Associate, Techcratic may earn from qualifying purchases.