summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-12-16 15:01:06 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:19:37 +0100
commitc05faf2d265408a85c0b4d4e93a10309f9b6a429 (patch)
tree9538ccf576a80d6b5b74a3210b2264fbf507e998 /gnu/packages/python-xyz.scm
parentd7ea14f8cd31b9d216a7c90e2f82820713bf912d (diff)
gnu: python-jupyter-console: Move to jupyter.
* gnu/packages/python-xyz.scm (python-jupyter-console): Move from here ... * gnu/packages/jupyter.scm: ... to here. Change-Id: I687d44df58fab4d62a3eac92f2dab1eebdc89921 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm42
1 files changed, 0 insertions, 42 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 58e8e569dc1..0c18dbb1de1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18700,48 +18700,6 @@ widgets are used. Users gain control of their data and can visualize changes
in the data.")
(license license:bsd-3)))
-(define-public python-jupyter-console
- (package
- (name "python-jupyter-console")
- (version "6.6.3")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "jupyter_console" version))
- (sha256
- (base32
- "0f9mllaavanqlimiv9sxxmqrmdb961p89prcyanvzbc73krlnsjn"))))
- (build-system pyproject-build-system)
- (arguments
- (list
- #:test-flags
- ;; ModuleNotFoundError: No module named 'traitlets'
- #~(list "--deselect=jupyter_console/tests/test_console.py::test_generate_config")
- #:phases
- #~(modify-phases %standard-phases
- (add-before 'check 'pre-check
- (lambda _
- (setenv "HOME" "/tmp"))))))
- (native-inputs
- (list python-flaky
- python-hatchling
- python-pytest))
- (propagated-inputs
- (list python-ipykernel
- python-ipython
- python-jupyter-client
- python-jupyter-core
- python-prompt-toolkit
- python-pygments
- python-pyzmq
- python-traitlets))
- (home-page "https://jupyter.org")
- (synopsis "Jupyter terminal console")
- (description "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.")
- (license license:bsd-3)))
-
(define-public python-jsbeautifier
(package
(name "python-jsbeautifier")