From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: Re: Towards reproducibly Jupyter notebooks with Guix-Jupyter Date: Thu, 27 Feb 2020 19:20:42 +0100 Message-ID: References: <87imorqx0w.fsf@inria.fr> <87y2xd5bmb.fsf@inria.fr> <87ftjih226.fsf@inria.fr> <87pnifsijm.fsf@ambrevar.xyz> <20200227142529.i5ryhiwfdfswkvbo@thebird.nl> <20200227181149.jlvao3ywzrvfsrzj@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34078) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7NmJ-0006ap-3K for guix-devel@gnu.org; Thu, 27 Feb 2020 13:20:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j7NmI-0005TA-6O for guix-devel@gnu.org; Thu, 27 Feb 2020 13:20:54 -0500 Received: from mail-qv1-xf35.google.com ([2607:f8b0:4864:20::f35]:34673) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j7NmI-0005SF-2J for guix-devel@gnu.org; Thu, 27 Feb 2020 13:20:54 -0500 Received: by mail-qv1-xf35.google.com with SMTP id o18so46755qvf.1 for ; Thu, 27 Feb 2020 10:20:54 -0800 (PST) In-Reply-To: <20200227181149.jlvao3ywzrvfsrzj@thebird.nl> 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-mx.org@gnu.org Sender: "Guix-devel" To: Pjotr Prins Cc: Guix Devel On Thu, 27 Feb 2020 at 19:11, Pjotr Prins wrote: > > On Thu, Feb 27, 2020 at 03:36:37PM +0100, zimoun wrote: > > Hi Pjotr, > > > > On Thu, 27 Feb 2020 at 15:33, Pjotr Prins wrote: > > > > > I don't thing we have an R kernel yet for Jupyter. How hard would it > > > be to add that? I have been using the Python version in class. It is > > > great :). And you don't really need Jupyterhub for a class. > > > > Is ' r-irkernel' not what you want? > > Indeed. Thank you :). Why not call it something with jupyter in the name? Because other kernels are named: python-ipykernel or ruby-iruby. Another: python-pari-jupyter. And another other: jupyter-guile-kernel. Well, there is no real convention yet, if I understand correctly. A good move should to start a gnu/packages/jupyter.scm to put all the Jupyter related machinery inside... I do not know. All the best, simon