Would love some feedback on a new plugin I just released.
SageMathCell is an open source project that allows you to embed Sage computations into web pages. I wrote an Obsidian plugin that allows you to easily embed Sage computations within your notes. All you have to do is include a sage code block, and when you preview your note the Sage code gets evaluated and the results are shown below the code. It even supports rendering graphs (e.g., using Sage’s built-in plot function).
By default, a free SageMathCell server (https://sagecell.sagemath.org) is configured to be used so there’s virtually no setup required.
For more information, please see my GitHub page: