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

guix-jupyter

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 the latest version of guix-jupyter as follows:

guix install guix-jupyter

Or install a particular version:

guix install guix-jupyter@0.3.1

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.

Badge code

You can use the following badge to inform users of guix-jupyter about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/guix-jupyter'><img src='https://packages.guix.gnu.org/packages/guix-jupyter/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/guix-jupyter/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/guix-jupyter)

Example Org:

[[https://packages.guix.gnu.org/packages/guix-jupyter][https://packages.guix.gnu.org/packages/guix-jupyter/badges/latest-version.svg]]