We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Objective: Explore options for managing widget implementations across multiple notebooks, with an initial focus on the HeaderWidget.
HeaderWidget
Options:
Current Approach:
PyPI Package:
marimo-widgets
anywidget
traitlets
Future Considerations:
Potential Widgets & Components:
The text was updated successfully, but these errors were encountered:
src
metaboulie
No branches or pull requests
Widget Management and Modularization in Notebooks
Objective: Explore options for managing widget implementations across multiple notebooks, with an initial focus on the
HeaderWidget
.Options:
Current Approach:
HeaderWidget
directly within each notebook.PyPI Package:
marimo-widgets
package for commonly used widgets (e.g.,HeaderWidget
).anywidget
andtraitlets
into a single package dependency.Future Considerations:
marimo-widgets
to avoid redundancy.HeaderWidget
) could become a subset of the main package.Potential Widgets & Components:
HeaderWidget
The text was updated successfully, but these errors were encountered: