Description
Having an app-level config for autorun is convenient for users who want some notebooks to run on startup and not others.
Currently, I have to enable and disable this config from marimo home by clicking Settings > User settings > Runtime > Autorun on startup (4 clicks to toggle one setting).
Suggested solution
Here's a quick table showing the expected behavior of these configurations:
| User Config |
App Config |
Result |
| Disabled |
Disabled |
Notebook does NOT run on launch |
| Enabled |
Disabled |
Notebook does NOT run on launch. |
| Disabled |
Enabled |
Notebook does NOT run on launch. |
| Enabled |
Enabled |
Notebook runs on launch. |
TLDR: The notebook can only be autorun on startup if BOTH user config and app config permit it.
Alternative
No response
Additional context
This issue is related to (and is part of the suggested solution for) #2884.
Description
Having an app-level config for autorun is convenient for users who want some notebooks to run on startup and not others.
Currently, I have to enable and disable this config from marimo home by clicking Settings > User settings > Runtime > Autorun on startup (4 clicks to toggle one setting).
Suggested solution
Here's a quick table showing the expected behavior of these configurations:
TLDR: The notebook can only be autorun on startup if BOTH user config and app config permit it.
Alternative
No response
Additional context
This issue is related to (and is part of the suggested solution for) #2884.