guix-science
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Guix-Jupyter 0.2.2 released


From: Ludovic Courtès
Subject: Guix-Jupyter 0.2.2 released
Date: Mon, 26 Jul 2021 22:01:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hello!

Guix-Jupyter 0.2.2 is out with a bunch of bug fixes!

  https://gitlab.inria.fr/guix-hpc/guix-kernel

You can get it from Guix:

  guix pull
  guix install guix-jupyter

Excerpt from the ‘NEWS’ file:

  * Changes in 0.2.2 (since 0.2.1)
  ** Bug fixes

  *** Publish a message upon startup (<https://issues.guix.gnu.org/49355>)

      Previously, Guix-Jupyter would fail to say “hi” on the IOPub socket, which
      newer Notebook versions would interpret as kernel failure.

  *** Correctly report idle/busy status
      (<https://gitlab.inria.fr/guix-hpc/guix-kernel/-/issues/3>)

      Until now, Guix-Jupyter would always appear to be busy.  Consequently, the
      favicon and the indicator in the top-right corner of the Jupyter Notebook
      web interface would suggest that.  Additionally, completion requests would
      not be sent, on the grounds that the kernel is busy.

  *** Kernel no longer crashes on ‘;;guix download’ directives for local files
      (<https://gitlab.inria.fr/guix-hpc/guix-kernel/-/issues/4>)

      Kernel no longer crashes when passed a ‘download’ directive for a local
      file, as in:

      #+begin_example
        ;;guix download /home/charlie/data.txt 
17f5172af292021343644368b5123bf333a8cc8b25818788d9042e2d8dd81293
      #+end_example

Guix-Jupyter is the Jupyter kernel for reproducible notebooks.  It
allows you to annotate notebooks with directives specifying the software
environment in which cells are to be evaluated.  Additionally, cells are
evaluated in containers, which guarantees their result does not
inadvertently depend on external state.

Enjoy!

Ludo’.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]