Skip to content

Commit

Permalink
Include mathjax2 extension
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Jul 31, 2023
1 parent 74eb215 commit 9d7e441
Show file tree
Hide file tree
Showing 3 changed files with 459 additions and 433 deletions.
1 change: 1 addition & 0 deletions packages/voila/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@jupyterlab/markdownviewer-extension": "^4.0.0",
"@jupyterlab/markedparser-extension": "^4.0.0",
"@jupyterlab/mathjax-extension": "^4.0.0",
"@jupyterlab/mathjax2-extension": "^4.0.0-alpha.21",
"@jupyterlab/nbformat": "^4.0.0",
"@jupyterlab/notebook": "^4.0.0",
"@jupyterlab/outputarea": "^4.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/voila/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ async function main() {
(p: any) => p.id === '@jupyterlab/codemirror-extension:languages'
),
require('@jupyterlab/markedparser-extension'),
require('@jupyterlab/mathjax2-extension'),
require('@jupyterlab/rendermime-extension'),
require('@jupyterlab/theme-light-extension'),
require('@jupyterlab/theme-dark-extension'),
Expand Down
Loading

0 comments on commit 9d7e441

Please sign in to comment.