Last active
September 20, 2024 21:22
-
-
Save jboynyc/5d0319f33e71427aa42a98c1a3a915cb to your computer and use it in GitHub Desktop.
Guix-Jupyter for reproducible and reusable notebooks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To make this work simply do the following:
guix install guix-jupyter
installs jupyter and guix kernel.guix environment --ad-hoc --pure guix-jupyter jupyter -- jupyter notebook
launches notebook.;;guix
cell magic to create guix environment for notebook.guix describe
to get hash of current guix channel revision for pinning.