11 buildPythonPackage rec {
12 pname = "jupyter-server-mathjax";
18 pname = "jupyter_server_mathjax";
19 hash = "sha256-ux5rbcBobB/jhqIrWIYWPbVIiTqZwoEMNjmenEyiOUM=";
27 propagatedBuildInputs = [
36 pythonImportsCheck = [ "jupyter_server_mathjax" ];
38 __darwinAllowLocalNetworking = true;
41 description = "MathJax resources as a Jupyter Server Extension";
42 homepage = "https://github.com/jupyter-server/jupyter_server_mathjax";
43 license = licenses.bsd3;
44 maintainers = with maintainers; [ jonringer ];