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