Sage support
Hello, I have sagemath installed and it works in marimo if I import the needed functions. for example, this works:
But the plot is not shown...
2 Replies
We don’t have support for sage. Can you file a ticket so we can properly prioritize?
GitHub
Sage plots support · Issue #816 · marimo-team/marimo
Description I want to use marimo with sagemath. For example this code works, but the plot is not displayed. from sage.all import plot, sin P = plot(sin, (0,10)) P Suggested solution Show the plot A...