Marcos
Marcos8mo ago

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
Myles Scolnick
Myles Scolnick8mo ago
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?
Marcos
MarcosOP8mo ago
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.
RJ Budzyński
RJ Budzyński8mo ago
Code formatting and execution time are already implemented in marimo, iiuc. Also code hiding (though not folding).
Myles Scolnick
Myles Scolnick8mo ago
Yep - we want to be more batteries included as well instead of having to install disperse extensions
RJ Budzyński
RJ Budzyński8mo ago
I like that approach - perhaps some optional features could be implemented as python imports internal to marimo?