From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fI9WY-0000ug-13 for guix-patches@gnu.org; Mon, 14 May 2018 05:12:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fI9WU-00067s-Qf for guix-patches@gnu.org; Mon, 14 May 2018 05:12:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53635) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fI9WU-00067m-MR for guix-patches@gnu.org; Mon, 14 May 2018 05:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fI9WU-0002HT-G5 for guix-patches@gnu.org; Mon, 14 May 2018 05:12:02 -0400 Subject: [bug#31449] [PATCH 3/3] gnu: jupyter: Add search path. References: <20180514090751.1021-1-pierre-antoine.rouby@inria.fr> In-Reply-To: <20180514090751.1021-1-pierre-antoine.rouby@inria.fr> Resent-Message-ID: From: Rouby Pierre-Antoine Date: Mon, 14 May 2018 11:10:50 +0200 Message-Id: <20180514091050.1119-1-pierre-antoine.rouby@inria.fr> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 31449@debbugs.gnu.org Cc: Rouby Pierre-Antoine * gnu/package/python.scm (jupyter)[native-search-paths]: Add it. --- gnu/packages/python.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a5d533b1c..c56a5be86 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -6805,6 +6805,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 -- 2.17.0