From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Janssen Subject: Re: [PATCH 00/16] Add Jupyter. Date: Tue, 01 Nov 2016 14:16:33 +0100 Message-ID: <87k2cnmjbi.fsf@gnu.org> References: <20161101122046.751-1-ricardo.wurmus@mdc-berlin.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1YuM-0005wt-7y for guix-devel@gnu.org; Tue, 01 Nov 2016 09:15:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1YuH-0002AV-AP for guix-devel@gnu.org; Tue, 01 Nov 2016 09:15:18 -0400 In-reply-to: <20161101122046.751-1-ricardo.wurmus@mdc-berlin.de> 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: Ricardo Wurmus Cc: guix-devel@gnu.org Ricardo Wurmus writes: > Hi Guix, > > this patch set updates ipython (not to the latest version) and adds a working > version of jupyter. Updating ipython was hard and the patch to update ipython > is already about a year old. I wanted to get jupyter into Guix first and then > upgrade ipython once more when I find some more time. Otherwise this patch > set would continue to rot for another year (really, I revived a 1 year old > patch set). > > ~~ Ricardo > > Ricardo Wurmus (16): > gnu: python-traitlets: Update to 4.2.0. > gnu: Add python-jupyter-core. > gnu: Add python-jupyter-client. > gnu: Add python-ipykernel. > gnu: Add python-testpath. > gnu: Add python-html5lib-0.9. > gnu: Add python-nbformat. > gnu: Add python-bleach. > gnu: Add python-entrypoints. > gnu: Add python-nbconvert. > gnu: Add python-notebook. > gnu: Add python-widgetsnbextension. > gnu: Add python-ipywidgets. > gnu: Add python-jupyter-console. > gnu: python-ipython: Update to 4.0.0. > gnu: Add jupyter. > > gnu/packages/python.scm | 489 ++++++++++++++++++++++++++++++++++++++++++++++-- > 1 file changed, 471 insertions(+), 18 deletions(-) Funny, I looked into adding Jupyter last week, but got stuck. So, great to see you managed to get this done! Kind regards, Roel Janssen