-
Notifications
You must be signed in to change notification settings - Fork 14
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
Jupyter kernel always dies and restarts for any mcall(MExpr("xxx")) #41
Comments
Thanks for reporting this. It seems that Latex display is broken. Things like |
A bit more information: This just seems to hang forever in JupyterLab. Also, I can confirm that Maxima code for displaying latex is still working as expected so something must have moved upsteam. I'll file an issue there. |
In the near-term, it appears that
at the end of your Jupyter cell, use
|
Upstream issues files here: #839 |
I am trying to use the package in jupyter.
The package can be successfully loaded by using "using Maxima".
However, any maxima operation will lead to jupyter kernel dying and then restating.
For example: m"diff(sin(x))" and mcall(m"plot(sin(x),[x,-30,30])")
The text was updated successfully, but these errors were encountered: