guix-jupyter 0.3.1
Guix kernel for Jupyter
Guix-Jupyter is a Jupyter kernel. It allows you to annotate notebooks with information about their software dependencies, such that code is executed in the right software environment. Guix-Jupyter spawns the actual kernels such as python-ipykernel on behalf of the notebook user and runs them in an isolated environment, in separate namespaces.
- Outputs:
out - Website: https://codeberg.org/guix-science/guix-jupyter
- Licenses: GPL 3+
- Package source: gnu/packages/package-management.scm
- Builds: See build status
- Issues: See known issues
Installation
Install guix-jupyter 0.3.1 as follows:
guix install guix-jupyter@0.3.1
Or install the latest version:
guix install guix-jupyter
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.