Wed 2020-03-25 13:20 UTC, Harald Schilly:
>
> Hmm, I also tried to make this work, but I don't know enough about maxima.
> I only see that the "loesung" variable contains this list of points ... Maybe
> this is a Sage bug? Or something is off with that specific version of maxima?
> I don't know …
>
> Regarding OPs question, one important detail is to put
> "%default_mode maxima" into its own separate block of code.
Thanks for pointing that out!
Last year I started a CoCalc project to try and install Maxima-Jupyter,
but I did not go very far. In particular Maxima can be built with various
Common Lisp implementations, such as CCL or SBCL or ECL.
The version in SageMath uses ECL, but Maxima-Jupyter does not
work with an ECL-based Maxima, so we need to build Maxima with
another Common Lisp implementation which first needs installing.
I am keeping a readme for that project at
https://cocalc.com/share/c7bf3756895d563831d1b4aef9a056ea2c95b395/README.md?viewer=share
If anyone wants to be added to that project to try things, let me know.