From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: Towards reproducibly Jupyter notebooks with Guix-Jupyter Date: Fri, 25 Oct 2019 16:29:32 +0200 Message-ID: References: <87lftt57ux.fsf@inria.fr> <87imowwt3i.fsf@gnu.org> <875zkru70u.fsf@inria.fr> <87imorqx0w.fsf@inria.fr> <87y2xd5bmb.fsf@inria.fr> <87eez2uvjc.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45935) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iO0av-0003to-6L for guix-devel@gnu.org; Fri, 25 Oct 2019 10:29:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iO0au-0005YP-2D for guix-devel@gnu.org; Fri, 25 Oct 2019 10:29:37 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:43435) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iO0at-0005Xu-Oi for guix-devel@gnu.org; Fri, 25 Oct 2019 10:29:36 -0400 In-Reply-To: <87eez2uvjc.fsf@ambrevar.xyz> 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: Pierre Neidhardt Cc: Guix Devel Hi Pierre, > In the meantime I've played with Guix + Emacs and wrapped Guix CLI in > hopefully a more convenient way that makes it easy to track the channel > specifications for various manifests, to reproduce them, etc. > > See https://gitlab.com/emacs-guix/emacs-guix/issues/13, maybe that'll > inspire you :) That looks like a layer on top of the Guix commands which does profile/manifes management based on a few conventions. Nice! Cheers, Konrad.