This package browser is in early development. Mind the rough edges.

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.

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.