mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: jupyter: Move to jupyter.
* gnu/packages/python-xyz.scm (jupyter): Move from here ... * gnu/packages/jupyter.scm: ... to here. * gnu/packages/package-management.scm: Add jupyter module. * gnu/packages/cran.scm: Likewise. Change-Id: I357b4e96462e3ef6815bdcafd151bd56f298f8ac
This commit is contained in:
parent
6704f7134e
commit
0e52d86de1
4 changed files with 41 additions and 36 deletions
|
@ -85,6 +85,7 @@
|
|||
#:use-module (gnu packages hardware)
|
||||
#:use-module (gnu packages hurd)
|
||||
#:use-module (gnu packages imagemagick)
|
||||
#:use-module (gnu packages jupyter)
|
||||
#:use-module (gnu packages less)
|
||||
#:use-module (gnu packages libedit)
|
||||
#:use-module (gnu packages linux)
|
||||
|
@ -1772,6 +1773,7 @@ outputs of those builds.
|
|||
|
||||
This package just includes the agent component.")))
|
||||
|
||||
;; XXX: Maybe move to jupyter module.
|
||||
(define-public guix-jupyter
|
||||
(package
|
||||
(name "guix-jupyter")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue