-
Notifications
You must be signed in to change notification settings - Fork 506
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
Markdown Formula showing as Non-Rendered text when embedded in interact and shown in voila #833
Comments
After this issue, and some others I have filed in relation to voila and markdown rendering - I think I now have a theory but I am not sure how to troubleshoot.
Could this be a timing issue? Does jupyterlab allow more time for markdown to be rendered - but voila has some time limit on when markdown could be rendered? I am not sure how to go about troubleshooting this, does anyone have ideas? Here are some possibly related issues: Here Someone is asking for a pointer of where to look so they could possibly build out a PR to resolve the issue: |
Seems like you narrowed it down to a timing issue. I haven't looked at those links yet, but have you considered leveraging |
@marckassay , |
I do have a workaround now,
then the interactive examples render the markdown while using voila. |
The first example now works with the latest releases. |
Here is what the output looks like, on the left is the formula in jupyterlab, on the right is voila:
The code to reproduce:
Note:
If I just put that formula part into a cell by itself, it renders in voila fine, it is only when it is being shown through the interact in the example I gave above.
For example, a cell by itself:
renders fine in both jupyterlab and voila:
I have been trying a few different combinations (tried from IPython.display import Math and using that)- but I have yet to find a solution/work out why that formula won't render in voila when it is contained in that interact example I have posted above.
Looking for any ideas or troubleshooting steps
The text was updated successfully, but these errors were encountered: