-
Notifications
You must be signed in to change notification settings - Fork 16
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
Rendering issue and Pyodide support #14
Comments
No problem, ur welcome. For the rendering Arithmatex issue when I clone your repo I reproduce the problem of formatting lateX formulas. For the 'pyodide' part, I will be looking at the beginning of the week how it works and what is needed / lacking on my plugin to make it work. |
Hi, thanks ! For the rendering, indeed, I was looking at the documentation, and it's specified to put them in the "docs" folder. Thanks for this point ! For the pyodide part : For the packages :
If it may help, in your setup, when the decryption is done, for Arithmatex, you unlock the line
In this case, the python terminal is in the tag "ide_classe" and similarly in interpreter.js , Pyodide seems to be launched by
maybe a
I took what was done in https://gitlab.com/bouillotvincent/pyodide-mkdocs |
I finally took the time to do something about the problem. I don't really like the way I did it, but it's functional .. So the problem of loading the python files is related to the loading of the JS functions present in the So I added a feature that allows you to force the reloading some scripts after the decryption process. Reload scripts I let you try with this new feature. Tell me if you have any troubles. |
Hi,
sorry to bother you. I have tried to use it too, which seems to work. However, no updates, the lateX formulas stay in their lateX form, and the python file using pyodide do not appear, after the password is entered.
For instance
my configurations files are
Could you help me ? I tried to do as you say in the readme.md file
Originally posted by @TQuantX in #12 (comment)
The text was updated successfully, but these errors were encountered: