Add custom snippet path support #3388
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Description
I would like to be able to have Marimo include a custom path to snippets that will load within the snippets list.
Suggested solution
I imagine this would be provided in two ways:
pyproject.toml
file:This path would then be added to the
snippet_files
method in marimo/_snippets/snippets.py file:Alternative
I have considered using metaprogramming to override this method, but a core solution would be much better.
Additional context
This will allow for massive adoption within my dev team and would allow us to share knowledge and snippets across different notebooks that are all within the same
marimo edit
serverThe text was updated successfully, but these errors were encountered: