[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
75/361: gnu: Add python-nbclassic.
From: |
guix-commits |
Subject: |
75/361: gnu: Add python-nbclassic. |
Date: |
Fri, 22 Nov 2024 06:00:15 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit bdb4bc131fe3bf05769dbc211f57df0a2df9b26f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 6 22:55:42 2024 +0200
gnu: Add python-nbclassic.
* gnu/packages/jupyter.scm (python-nbclassic): New variable.
Change-Id: I8be60400df0cb54284c5b0d40d383c95591016c0
---
gnu/packages/jupyter.scm | 50 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index b401e1234d..86d4721801 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -53,6 +53,56 @@
#:use-module (gnu packages serialization)
#:use-module (gnu packages version-control))
+(define-public python-nbclassic
+ (package
+ (name "python-nbclassic")
+ (version "1.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "nbclassic" version))
+ (sha256
+ (base32 "1qrhzazq10dz64y9mawr3ns595fsdhrj1wvbb42xhmcl66r1xq8a"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-argon2-cffi
+ python-ipykernel
+ python-ipython-genutils
+ python-jinja2
+ python-jupyter-client
+ python-jupyter-core
+ python-jupyter-server
+ python-nbconvert
+ python-nbformat
+ python-nest-asyncio
+ python-notebook-shim
+ python-prometheus-client
+ python-pyzmq
+ python-send2trash
+ python-terminado
+ python-tornado-6
+ python-traitlets))
+ (native-inputs (list python-coverage
+ python-nbval
+ python-jupyter-packaging
+ python-pytest
+ python-pytest-cov
+ python-pytest-jupyter
+ python-pytest-tornasync
+ python-requests
+ python-requests-unixsocket
+ python-testpath))
+ (home-page "https://github.com/jupyter/nbclassic")
+ (synopsis "Jupyter Notebook as a Jupyter Server extension")
+ (description "NbClassic provides a backwards compatible Jupyter Notebook
+interface that you can install side-by-side with the latest versions: That
+way, you can fearlessly upgrade without worrying about your classic extensions
+and customizations breaking. Because NbClassic provides the classic interface
+on top of the new Jupyter Server backend, it can coexist with other frontends
+like JupyterLab and Notebook 7 in the same installation. NbClassic preserves
+the custom classic notebook experience under a new set of URL endpoints, under
+the namespace @code{/nbclassic/}.")
+ (license license:bsd-3)))
+
(define-public python-notebook-shim
(package
(name "python-notebook-shim")
- 85/361: gnu: python-pyzmq: Use Tornado 6., (continued)
- 85/361: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/11/22
- 94/361: gnu: python-jsonpointer: Update to 1.14., guix-commits, 2024/11/22
- 24/361: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/11/22
- 28/361: gnu: Add python-pytest-mypy-testing., guix-commits, 2024/11/22
- 20/361: gnu: meson-python: Do not delete LICENSES directory., guix-commits, 2024/11/22
- 34/361: gnu: python-cleo: Update to 2.1.0., guix-commits, 2024/11/22
- 35/361: gnu: python-packaging-bootstrap: Update to 23.2., guix-commits, 2024/11/22
- 31/361: gnu: python-prompt-toolkit: Update to 3.0.43., guix-commits, 2024/11/22
- 37/361: gnu: python-eventlet: Update to 0.35.2., guix-commits, 2024/11/22
- 43/361: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/11/22
- 75/361: gnu: Add python-nbclassic.,
guix-commits <=
- 202/361: gnu: python-uqbar: Upgrade to python-team branch., guix-commits, 2024/11/22
- 279/361: gnu: python-pysolr: Update to 3.10.0., guix-commits, 2024/11/22
- 304/361: gnu: python-pexpect: Improve package style., guix-commits, 2024/11/22
- 312/361: gnu: python-pytest-cov: Update to 6.0.0., guix-commits, 2024/11/22
- 316/361: gnu: python-cffi: Improve package style., guix-commits, 2024/11/22
- 318/361: gnu: python-parso: Update to 0.8.4., guix-commits, 2024/11/22
- 329/361: gnu: python-cython-3: Update to 3.0.11., guix-commits, 2024/11/22
- 335/361: gnu: python-numpy: Update to 1.24.4., guix-commits, 2024/11/22
- 336/361: gnu: python-isort: Update to 5.13.2., guix-commits, 2024/11/22
- 352/361: gnu: python-apispec: Update to 6.7.1., guix-commits, 2024/11/22