Extension support
I suppose that would lead to a larger macro question of : is some sort of extension support / framework possible for Marimo?
5 Replies
Are you referring to 3rd party plugins? Not currently possible but planned to at some point. Anything in particular you’d like to plug into?
Well, nothing in particular but it seems like a lot of jupyter functionality came from popular extensions. Table of contents, code folding, code formatting, execution time. You could try and implement a lot of these in the base Marimo or give some framework to folks to write extensions/plugins.
Code formatting and execution time are already implemented in marimo, iiuc. Also code hiding (though not folding).
Yep - we want to be more batteries included as well instead of having to install disperse extensions
I like that approach - perhaps some optional features could be implemented as python imports internal to marimo?