guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 14/16] gnu: Add python-jupyter-console.


From: Roel Janssen
Subject: Re: [PATCH 14/16] gnu: Add python-jupyter-console.
Date: Fri, 04 Nov 2016 18:40:19 +0100
User-agent: mu4e 0.9.17; emacs 25.1.1

Ricardo Wurmus writes:

> Roel Janssen <address@hidden> writes:
>
>> Ricardo Wurmus writes:
>>
>>> * gnu/packages/python.scm (python-jupyter-console,
>>> python2-jupyter-console): New variable.
>>> ---
>>>  gnu/packages/python.scm | 29 +++++++++++++++++++++++++++++
>>>  1 file changed, 29 insertions(+)
>>>
>>> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
>>> index 50a0edd..519b93d 100644
>>> --- a/gnu/packages/python.scm
>>> +++ b/gnu/packages/python.scm
>>> @@ -6914,6 +6914,35 @@ in the data.")
>>>  (define-public python2-ipywidgets
>>>    (package-with-python2 python-ipywidgets))
>>>  
>>> +(define-public python-jupyter-console
>>> +  (package
>>> +    (name "python-jupyter-console")
>>> +    (version "5.0.0")
>>> +    (source
>>> +     (origin
>>> +       (method url-fetch)
>>> +       (uri (pypi-uri "jupyter_console" version))
>>> +       (sha256
>>> +        (base32
>>> +         "04acmkwsi99rcg3vb54c6n492zv35s92h2ahabc0w6wj976cipvx"))))
>>> +    (build-system python-build-system)
>>> +    ;; FIXME: it's not clear how to run the tests.
>>> +    (arguments `(#:tests? #f))
>>> +    (propagated-inputs
>>> +     `(("python-ipykernel" ,python-ipykernel)
>>> +       ("python-ipython" ,python-ipython)
>>> +       ("python-jupyter-client" ,python-jupyter-client)
>>> +       ("python-prompt-toolkit" ,python-prompt-toolkit)
>>> +       ("python-pygments" ,python-pygments)
>>> +       ("python-setuptools" ,python-setuptools)))
>>> +    (home-page "https://jupyter.org";)
>>> +    (synopsis "Jupyter terminal console")
>>> +    (description "Jupyter terminal console")
>>
>> How about:
>> "This package provides a terminal window in the browser to directly
>> access the machine Jupyter is running on."
>
> Oh, I forgot to edit the description here.  I’ve changed it to this:
>
>     "This package provides a terminal-based console frontend for Jupyter
>      kernels.  It also allows for console-based interaction with
>      non-Python Jupyter kernels such as IJulia and IRKernel."

Nice!

Kind regards,
Roel Janssen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]