From 68b525b241cf952940d4bf66e2697c2d1f3722e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludovic.courtes@inria.fr> Date: Sun, 24 Jan 2021 21:05:15 +0100 Subject: [PATCH] doc: Tweak README. * README.org: Tweak. --- README.org | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index f1c2676..4afe955 100644 --- a/README.org +++ b/README.org @@ -1,13 +1,12 @@ * Guix Jupyter kernel -Guix kernel for Jupyter Notebook. + +[[https://guix.gnu.org/][GNU Guix]]-enabled kernel to create self-contained, reproducible Jupyter +notebooks. #+html: <img src="logo.png" /> ** Status -Version 0.1.0, the first “beta” release, was announced on October 10th, -2019. [[https://hpc.guix.info/blog/2019/10/towards-reproducible-jupyter-notebooks/][Read more on the Guix-HPC blog]]! - #+html: <img src="https://img.shields.io/badge/License-GPLv3+-blue.svg" /> #+html: <img src="https://img.shields.io/badge/Guix-local_package-orange.svg" /> #+html: <img src="https://img.shields.io/badge/System-GNU%2FLinux-green.svg" /> @@ -36,6 +35,9 @@ Guix-Jupyter aims to address this by supporting: [[https://guix.gnu.org][GNU Guix]]; 3. Execution of the code in a isolated environment, a “container”. +[[https://hpc.guix.info/blog/2019/10/towards-reproducible-jupyter-notebooks/][Read the initial announcement]] (Oct. 2019) for an in-depth analysis of +the need for “deployment-aware”, self-contained notebooks, and on the +shortcomings of other options. ** Usage -- GitLab