We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32204f8 commit 15dfb41Copy full SHA for 15dfb41
marimo/_config/config.py
@@ -95,7 +95,7 @@ class ServerConfig(TypedDict, total=False):
95
**Keys.**
96
97
- `browser`: the web browser to use. `"default"` or a browser registered
98
- with Python's webbrowser module (eg, `"firefox"` or `"google-chrome"`)
+ with Python's webbrowser module (eg, `"firefox"` or `"chrome"`)
99
"""
100
101
browser: Literal["default"] | str
0 commit comments