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])")