Skip to content

Commit

Permalink
Add jupyterlab-mathjax3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
briank-git committed Oct 31, 2024
1 parent d3bff9b commit 797bce5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"jupyter_server>=2.0.1,<3"
"jupyter_server>=2.0.1,<3",
"jupyterlab-mathjax3"
]
dynamic = ["version", "description", "authors", "urls", "keywords"]

Expand Down

0 comments on commit 797bce5

Please sign in to comment.