[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: jupyter: Add search path.
From: |
Ludovic Courtès |
Subject: |
03/03: gnu: jupyter: Add search path. |
Date: |
Thu, 17 May 2018 09:37:24 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 17b59aa0195f156bb65d0ce0ae62551e91a72c77
Author: Rouby Pierre-Antoine <address@hidden>
Date: Mon May 14 11:10:50 2018 +0200
gnu: jupyter: Add search path.
* gnu/package/python.scm (jupyter)[native-search-paths]: Add it.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/python.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d8d615e..5e2625e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6881,6 +6881,12 @@ Jupyter kernels such as IJulia and IRKernel.")
("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