[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
114/242: gnu: Add python-jupyter-server-mathjax.
From: |
guix-commits |
Subject: |
114/242: gnu: Add python-jupyter-server-mathjax. |
Date: |
Wed, 11 May 2022 18:03:01 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 767bbc8a8fa232af03c88b210a57068d5b07f458
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 13 16:23:39 2022 -0400
gnu: Add python-jupyter-server-mathjax.
* gnu/packages/jupyter.scm (python-jupyter-server-mathjax): New variable.
---
gnu/packages/jupyter.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 175c12496a..18efc9bb8b 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -339,6 +339,39 @@ endpoints—to Jupyter web applications.")
are interactive HTML widgets for Jupyter notebooks and the IPython kernel.")
(license license:bsd-3)))
+(define-public python-jupyter-server-mathjax
+ (package
+ (name "python-jupyter-server-mathjax")
+ (version "0.2.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "jupyter_server_mathjax" version))
+ (sha256
+ (base32 "1cz7grhj9jih9mgw4xk7a4bqy1fwlb1jsawh6ykxnvpydn76rnb4"))))
+ (build-system python-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (with-directory-excursion "/tmp"
+ (invoke "pytest" "-vv"
+ "--pyargs" "jupyter_server_mathjax"))))))))
+ (propagated-inputs (list python-jupyter-server))
+ (native-inputs
+ (list python-jupyter-server
+ python-jupyter-packaging
+ python-pytest
+ python-pytest-tornasync))
+ (home-page "https://jupyter.org")
+ (synopsis "Jupyter Server extension for serving Mathjax")
+ (description "This package provides a Jupyter Server extension for serving
+Mathjax, the JavaScript display engine for mathematics.")
+ (license license:bsd-3)))
+
(define-public python-nbclient
(package
(name "python-nbclient")
- 35/242: gnu: Add python-ufonormalizer., (continued)
- 35/242: gnu: Add python-ufonormalizer., guix-commits, 2022/05/11
- 43/242: gnu: Add python-pytest-freezegun., guix-commits, 2022/05/11
- 42/242: gnu: Add python-types-pytz., guix-commits, 2022/05/11
- 45/242: gnu: Add python-path-bootstrap., guix-commits, 2022/05/11
- 58/242: gnu: Add python-tempora., guix-commits, 2022/05/11
- 57/242: gnu: Add python-pip-run., guix-commits, 2022/05/11
- 66/242: gnu: Add python-xdoctest., guix-commits, 2022/05/11
- 98/242: gnu: python-greenlet: Update to 1.1.2., guix-commits, 2022/05/11
- 101/242: gnu: Add python-ipyparallel-bootstrap., guix-commits, 2022/05/11
- 112/242: gnu: Add texlive-lm-math., guix-commits, 2022/05/11
- 114/242: gnu: Add python-jupyter-server-mathjax.,
guix-commits <=
- 18/242: gnu: Add texlive-zref., guix-commits, 2022/05/11
- 10/242: gnu: python-ipython: Update to 8.2.0 [fixes CVE-2022-21699]., guix-commits, 2022/05/11
- 15/242: gnu: Add texlive-makecmds., guix-commits, 2022/05/11
- 16/242: gnu: Add texlive-csplain., guix-commits, 2022/05/11
- 11/242: gnu: python-nbformat: Update to 5.3.0., guix-commits, 2022/05/11
- 23/242: gnu: Add python-fontmath., guix-commits, 2022/05/11
- 24/242: gnu: Add python-unicodedata2., guix-commits, 2022/05/11
- 27/242: gnu: Add python-fontpens-bootstrap., guix-commits, 2022/05/11
- 33/242: gnu: Add python-cu2qu., guix-commits, 2022/05/11
- 30/242: gnu: Add python-fontpens., guix-commits, 2022/05/11