-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: mock v2 api of MathJax #531
Closed
maartenbreddels
wants to merge
1
commit into
voila-dashboards:main
from
maartenbreddels:workaround_typeset_widgets
Closed
fix: mock v2 api of MathJax #531
maartenbreddels
wants to merge
1
commit into
voila-dashboards:main
from
maartenbreddels:workaround_typeset_widgets
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The JLab issue for upgrading to MathJax 3 is jupyterlab/jupyterlab#7218 The non-core extension to upgrade to MathJax 3 is https://github.com/jupyterlab/jupyter-renderers/tree/master/packages/mathjax3-extension |
Great, that example is useful, it wasn't easy figuring out the API. |
maartenbreddels
force-pushed
the
workaround_typeset_widgets
branch
from
January 28, 2020 15:17
599eeb5
to
2bc1a70
Compare
maartenbreddels
added a commit
to widgetti/solara
that referenced
this pull request
Jun 15, 2023
When a description changed, update the latex rendering. Similar to voila-dashboards/voila#531
maartenbreddels
added a commit
to widgetti/solara
that referenced
this pull request
Jun 15, 2023
When a description changed, update the latex rendering. Similar to voila-dashboards/voila#531
maartenbreddels
added a commit
to widgetti/solara
that referenced
this pull request
Jun 15, 2023
When a description changed, update the latex rendering. Similar to voila-dashboards/voila#531
maartenbreddels
added a commit
to widgetti/solara
that referenced
this pull request
Jun 15, 2023
When a description changed, update the latex rendering. Similar to voila-dashboards/voila#531
maartenbreddels
added a commit
to widgetti/solara
that referenced
this pull request
Jun 15, 2023
When a description changed, update the latex rendering. Similar to voila-dashboards/voila#531
maartenbreddels
added a commit
to widgetti/solara
that referenced
this pull request
Jun 15, 2023
When a description changed, update the latex rendering. Similar to voila-dashboards/voila#531
maartenbreddels
added a commit
to widgetti/solara
that referenced
this pull request
Jun 16, 2023
When a description changed, update the latex rendering. Similar to voila-dashboards/voila#531
maartenbreddels
added a commit
to widgetti/solara
that referenced
this pull request
Jun 16, 2023
When a description changed, update the latex rendering. Similar to voila-dashboards/voila#531
maartenbreddels
added a commit
to widgetti/solara
that referenced
this pull request
Jun 16, 2023
When a description changed, update the latex rendering. Similar to voila-dashboards/voila#531
maartenbreddels
added a commit
to widgetti/solara
that referenced
this pull request
Jun 16, 2023
When a description changed, update the latex rendering. Similar to voila-dashboards/voila#531
Might be good to take a look at some of the commits in widgetti/solara#155 where I continued this work. |
maartenbreddels
added a commit
to widgetti/solara
that referenced
this pull request
Jun 16, 2023
When a description changed, update the latex rendering. Similar to voila-dashboards/voila#531
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a workaround or fix for #516
There are a few problems:
In this PR I mock the v2 API a bit, and rerender all math. I am not sure we should do this.
cc @jasongrout
We could go mathjax v3 on all platforms, notebook, lab, widgets, or revert to v2 mathjax in voila.