lucha6
lucha6
Mmarimo
Created by lucha6 on 1/14/2025 in #help-support
DB Connection SQL Cell not connected to other SQL Cells not linked in dataflow
No description
15 replies
Mmarimo
Created by lucha6 on 1/13/2025 in #help-support
Confused about python version enforcement in sandbox
➜ ~/projects/nbs git:(lcr-mer-772) ✗ VPN ✓
$ head -n 2 zon.py 16:21:45
# /// script
# requires-python = ">=3.11"
➜ ~/projects/nbs git:(lcr-mer-772) ✗ VPN ✓
$ uv run marimo run --sandbox zon.py 16:21:47
warning: No `requires-python` value found in the workspace. Defaulting to `>=3.12`.
➜ ~/projects/nbs git:(lcr-mer-772) ✗ VPN ✓
$ head -n 2 zon.py 16:21:45
# /// script
# requires-python = ">=3.11"
➜ ~/projects/nbs git:(lcr-mer-772) ✗ VPN ✓
$ uv run marimo run --sandbox zon.py 16:21:47
warning: No `requires-python` value found in the workspace. Defaulting to `>=3.12`.
I am a bit confused at this warning message, I have defined a valid requires-python attribute yet this is happening. On another front, is it incorrect to use sandboxes the way I am doing it? i.e. using uv run before the marimo call?
14 replies
Mmarimo
Created by lucha6 on 11/26/2024 in #help-support
Per-environment or global Marimo?
Do you recommend using a global marimo installation or a per-environment marimo installation?
6 replies
Mmarimo
Created by lucha6 on 11/22/2024 in #help-support
Does caching work for SQL cells?
https://docs.marimo.io/api/caching.html Or would I need to turn it into a python cell then run it?
2 replies
Mmarimo
Created by lucha6 on 11/19/2024 in #help-support
Confusion about uv - tangential
I know this isn't a uv community but the marimo one but I know there are a lot of big uv fans here. I am little confused about some elements of uv, can somebody enlighten me please? https://github.com/astral-sh/uv/issues/9219
1 replies