mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: jupyter: Add search path.
* gnu/package/python.scm (jupyter)[native-search-paths]: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
fa6a3bb74f
commit
17b59aa019
1 changed files with 6 additions and 0 deletions
|
@ -6881,6 +6881,12 @@ (define-public jupyter
|
|||
("python-jupyter-console" ,python-jupyter-console)
|
||||
("python-nbconvert" ,python-nbconvert)
|
||||
("python-notebook" ,python-notebook)))
|
||||
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "JUPYTER_PATH")
|
||||
(files '("share/jupyter")))))
|
||||
|
||||
(home-page "http://jupyter.org")
|
||||
(synopsis "Web application for interactive documents")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue