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
That sounds good to me! I'll let you know if I encounter issues, how do you usually go on about pairing?
15 replies
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
I might need more help on the 2nd but we’ll see
15 replies
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
I actually think this could be a nice first issue for me to look at if you’re open to it, perhaps two issues: nicer presentation of remote data sources and db connection mini gui
15 replies
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
And also I would tidy up all the tables that are shown when attaching a db, currently you get lots of:
- db.schema1.a
- db.schema1.b
- db.schema2.a
Etc, I’d make those collapsible
15 replies
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
I’m thinking of more of a GUI I guess, in functionality it would replace the ATTACH cell and also show status, and yeah show active connections
15 replies
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
What do you mean by “Viewing activity connects”?
15 replies
Mmarimo
•Created by lucha6 on 1/13/2025 in #help-support
Confused about python version enforcement in sandbox
Ok good to know!!
14 replies
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
What are your thoughts on having a db connection section in the data sources menu?
15 replies
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
It does yes, I actually saw in a different notebook that the db objects gets returned under the hood, I’ll dig some more later
15 replies
Mmarimo
•Created by lucha6 on 1/13/2025 in #help-support
Confused about python version enforcement in sandbox
@Myles Scolnick in this case, if I have marimo as an inline dependency and I run
uvx marimo edit --sandbox nb.py
which marimo
installation will uv use? It would be whatever is available to the environment that uv
has access to, right? not the one in the sandbox? the user will always need marimo installed in the environment that uv
runs prior to running the sandbox?14 replies
Mmarimo
•Created by lucha6 on 1/13/2025 in #help-support
Confused about python version enforcement in sandbox
I added a comment of a potential edge case
14 replies
Mmarimo
•Created by lucha6 on 1/13/2025 in #help-support
Confused about python version enforcement in sandbox
That was so quick!! Thanks
14 replies
Mmarimo
•Created by lucha6 on 1/13/2025 in #help-support
Confused about python version enforcement in sandbox
14 replies
Mmarimo
•Created by lucha6 on 1/13/2025 in #help-support
Confused about python version enforcement in sandbox
In the same vein of confusion, how is best to add marimo extra dependencies to a sandboxed notebook? Should we just add
duckdb
rather than marimo[sql]
?14 replies
Mmarimo
•Created by lucha6 on 1/13/2025 in #help-support
Confused about python version enforcement in sandbox
Ah I see, in this case I don't have a pyproject.toml, I'm just running uv/marimo in a standalone folder (I simply have one marimo file with its sandboxed requirements), but it's a bit confusing regarding what python verxion/executable is actually being used in this case
14 replies
Mmarimo
•Created by lucha6 on 11/26/2024 in #help-support
Per-environment or global Marimo?
Thanks for the answer! I use
uv
6 replies
Mmarimo
•Created by lucha6 on 11/22/2024 in #help-support
Does caching work for SQL cells?
I just thought it'd be a really nice UI/UX feature to have a checkbox for caching in SQL cells @Akshay @Myles Scolnick
2 replies
Mmarimo
•Created by Anna (she/her) on 11/16/2024 in #help-support
Multiple levels of dropdowns
even if I separate into separate cells it doesn't work
14 replies
Mmarimo
•Created by Anna (she/her) on 11/16/2024 in #help-support
Multiple levels of dropdowns
I am also interested in building nested drop downs, I'm getting cyclical dependencies when doing this at the moment. I'm using a polars df that contains the unique combination across several fields and then filtering the options of each multiselect box based on the previous one:
14 replies
Mmarimo
•Created by Jan-Hendrik Müller on 10/11/2024 in #help-support
marimo+uv workflow
Is
uv add marimo
functionally different to uv pip install marimo
?51 replies