From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Janssen Subject: Re: Towards reproducibly Jupyter notebooks with Guix-Jupyter Date: Thu, 10 Oct 2019 12:19:57 +0200 Message-ID: <96c12b67555216f9901745ff4f00eb552c78205b.camel@gnu.org> References: <87lftt57ux.fsf@inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:42150) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIVYB-0007yD-L2 for guix-devel@gnu.org; Thu, 10 Oct 2019 06:20:04 -0400 In-Reply-To: <87lftt57ux.fsf@inria.fr> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?ISO-8859-1?Q?Court=E8s?= , Guix Devel Cc: Pierre-Antoine Rouby , guix-hpc@gnu.org On Thu, 2019-10-10 at 10:21 +0200, Ludovic Courtès wrote: > Hello Guix! > > I’m happy to announce the first release of Guix-Jupyter! > > > https://hpc.guix.info/blog/2019/10/towards-reproducible-jupyter-notebooks/ > > Guix-Jupyter is a Jupyter “kernel” that is able to interpret > annotations > describing the environment in which notebook cells will be executed. > The end goal is to be able to regard notebooks as pure functions. > > The code is here: > > https://gitlab.inria.fr/guix-hpc/guix-kernel > > I presented it minutes ago at JCAD, a conference gathering French HPC > practitioners, and where many talks happen to talk about Jupyter. :- > ) > > https://jcad2019.sciencesconf.org/resource/page/id/6 > > Feedback welcome! > > Ludo’. The animated GIFs are really useful! If I understand this correctly, the Guix Jupyter kernel allows one to use multiple (completely distinct) environments in a single Notebook. So, mix Python, R and Scheme in a single notebook. That's pretty neat! Kind regards, Roel Janssen