[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/46: gnu: Add python-notebook-shim.
From: |
guix-commits |
Subject: |
12/46: gnu: Add python-notebook-shim. |
Date: |
Tue, 7 May 2024 18:34:00 -0400 (EDT) |
rekado pushed a commit to branch python-team
in repository guix.
commit ed4115302fba85e5ad191d10261474654798b164
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 6 22:51:29 2024 +0200
gnu: Add python-notebook-shim.
* gnu/packages/jupyter.scm (python-notebook-shim): New variable.
Change-Id: I1ed71ea39b37f066c64d3f256a24366055dc7aaa
---
gnu/packages/jupyter.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index c3f9b23a3b..527fcfc0b8 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -52,6 +52,31 @@
#:use-module (gnu packages serialization)
#:use-module (gnu packages version-control))
+(define-public python-notebook-shim
+ (package
+ (name "python-notebook-shim")
+ (version "0.2.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "notebook_shim" version))
+ (sha256
+ (base32 "1jrqqrm5xjwsx13plyyh7wybb1g71yrzaqa3l9y3162xnshwzcml"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-jupyter-server))
+ (native-inputs
+ (list python-hatchling
+ python-pytest
+ python-pytest-console-scripts
+ python-pytest-jupyter
+ python-pytest-tornasync))
+ (home-page "https://pypi.org/project/notebook-shim/")
+ (synopsis "Shim layer for notebook traits and config")
+ (description
+ "This project provides a way for JupyterLab and other frontends to switch
+to Jupyter Server for their Python Web application backend.")
+ (license license:bsd-3)))
+
(define-public python-jupyter-protocol
(package
(name "python-jupyter-protocol")
- 20/46: gnu: python-prometheus-client: Update to 0.20.0., (continued)
- 20/46: gnu: python-prometheus-client: Update to 0.20.0., guix-commits, 2024/05/07
- 21/46: gnu: python-pytest-tornasync: Use Tornado 6., guix-commits, 2024/05/07
- 23/46: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/05/07
- 24/46: gnu: python-jupyter-core: Update to 5.7.2., guix-commits, 2024/05/07
- 26/46: gnu: python-ipykernel: Set environment variable., guix-commits, 2024/05/07
- 28/46: gnu: python-nbconvert: Use pyproject-build-system., guix-commits, 2024/05/07
- 31/46: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/05/07
- 39/46: gnu: python-openapi-schema-validator: Update to 0.6.2., guix-commits, 2024/05/07
- 45/46: gnu: Add python-jsonschema-path., guix-commits, 2024/05/07
- 22/46: gnu: python-jupyter-kernel-mgmt: Use Tornado 6., guix-commits, 2024/05/07
- 12/46: gnu: Add python-notebook-shim.,
guix-commits <=
- 37/46: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/05/07
- 40/46: gnu: python-pydata-sphinx-theme: Disable one test., guix-commits, 2024/05/07
- 42/46: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/05/07
- 41/46: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/05/07
- 43/46: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/05/07
- 27/46: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/05/07
- 36/46: gnu: python-jupyter-server: Update to 2.14.0., guix-commits, 2024/05/07
- 46/46: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/05/07
- 44/46: gnu: Add python-pathable., guix-commits, 2024/05/07
- 25/46: gnu: python-jupyter-client: Set environment variable., guix-commits, 2024/05/07