You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see great use of Marimo at my organization. We have a lot of small code snippets that people want "appified". I have demonstrated a few apps in run mode and gotten great feedback.
The only problem I would see in utilizing it would be that if I have 20 apps I want my users to explore, they need to know the command and switching between apps in run mode would be quite annoying
I would like to give the user 1 command, and some way of exploring and launching apps.
Suggested solution
I suggest some multi-app runner that show the users a list of apps, and will let them click on it to start that app. Perhaps the multi-app runner would use metadata from the notebooks to show a description for each, explaining what the app does to the user.
For example: Run 2 apps:
marimo run order_tracker.py order_statistics.py
Or run all apps in a folder:
marimo run --folder /path/to/folder/containing/multiple/marimo/notebooks
Would launch a web page showing the user a list of applications in run mode:
Marimo Apps Browser
App1: Order Tracker App
Track an specific order by entering the ID. Will show current status and calculate expected delivery time as well as open issues. (This metadata would be app-specific and stored in the notebook somehow)
App 2: Order Statistics
Show statistics and KPIs for recent Order Creation
Alternative
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Description
I see great use of Marimo at my organization. We have a lot of small code snippets that people want "appified". I have demonstrated a few apps in run mode and gotten great feedback.
The only problem I would see in utilizing it would be that if I have 20 apps I want my users to explore, they need to know the command and switching between apps in run mode would be quite annoying
I would like to give the user 1 command, and some way of exploring and launching apps.
Suggested solution
I suggest some multi-app runner that show the users a list of apps, and will let them click on it to start that app. Perhaps the multi-app runner would use metadata from the notebooks to show a description for each, explaining what the app does to the user.
For example: Run 2 apps:
Or run all apps in a folder:
Would launch a web page showing the user a list of applications in run mode:
Marimo Apps Browser
App1: Order Tracker App
App 2: Order Statistics
Alternative
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: