Myles Scolnick
Myles Scolnick
Mmarimo
Created by Marching Mystery on 10/4/2024 in #help-support
VS Code - marimo does not start
That seems odd. Can you see the command in the logs it’s creating? That is a valid cli arg
10 replies
Mmarimo
Created by Akshay on 1/17/2025 in #help-support
Issues creating permalinks to playground notebooks
that could make sense. possibly an upgrade to nextjs
11 replies
Mmarimo
Created by Akshay on 1/17/2025 in #help-support
Issues creating permalinks to playground notebooks
when you see it "opening another notebook". it means the notebook code is either invalid or failed to load. In which case we load the notebook from your localstorage
11 replies
Mmarimo
Created by Javi on 1/15/2025 in #help-support
Is it possible to use OpenAI Compatible API instead of Copilot for autocompletion?
sounds good! let us know how we can help. i imagine we could use something like this plugin: https://github.com/asadm/codemirror-copilot
9 replies
Mmarimo
Created by Javi on 1/15/2025 in #help-support
Is it possible to use OpenAI Compatible API instead of Copilot for autocompletion?
No one is currently as far as i know. would appreciate the contribution if you are interested!
9 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
We could pair live if you wanted or just pass PRs back and forth or just push to the same branch
15 replies
Mmarimo
Created by coltone24 on 1/13/2025 in #help-support
Accessing Middleware Values in a Marimo Cell
I think this makes total sense and I am sure folks would be interested. Maybe a dict of the headers is easiest. I was thinking you could pass the user info too in a structured formatted of email, name, and get_token(). Does that answer your question?
11 replies
Mmarimo
Created by coltone24 on 1/13/2025 in #help-support
Accessing Middleware Values in a Marimo Cell
it might be hard to plumb it through, but not real reason. maybe security, but we can make that opt-in. what do you need from the headers? if its just login/user-info, it might be easier than pulubming all the headers
11 replies
Mmarimo
Created by Javi on 1/15/2025 in #help-support
Is it possible to use OpenAI Compatible API instead of Copilot for autocompletion?
Yep, still true. That issue is up-to-date
9 replies
Mmarimo
Created by boisgera on 1/15/2025 in #help-support
Real-time collaboration stability?
Thanks for sharing. Good to know when we document this.
9 replies
Mmarimo
Created by boisgera on 1/15/2025 in #help-support
Real-time collaboration stability?
havent heard of that one, sounds good, thank you!
9 replies
Mmarimo
Created by boisgera on 1/15/2025 in #help-support
Real-time collaboration stability?
i dont know any other free tools that would work
9 replies
Mmarimo
Created by boisgera on 1/15/2025 in #help-support
Real-time collaboration stability?
hey @boisgera if the jupyter stack has the same issues, it is likely expected. we use their same library under the hood. my hunch though is the setup with ngrok + websockets. not sure how many they allow concurrently and whether or not they keeep it alive. is this on the free ngrok?
9 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
Yea we would really appreciate the contribution! And we can pair on it to if needed. First one sounds good to me. For the second one, the tricky part is making sure the notebook still contains the connection information, so when shared, they can connect to the db as well. Maybe the GUI at first just creates the cell for you (similar to how the snippets panel creates cells for you). And then can be improved?
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
Sorry on the phone, “viewing 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
Yea happy to add something. What are you thinking exactly? Viewing active connection? Or a gui for creating connections?
15 replies
Mmarimo
Created by Ivan on 1/14/2025 in #help-support
Unable to show CatBoost widgets
marimo supports anywidget, but not ipwidgets. many widget maintainers have been migrating to anywidget. you could nudge this maintainer to see if they want to as well
5 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
this does seem like a bug does the full ATTACH looks something like ATTACH 'dbname...' as db?
15 replies
Mmarimo
Created by lucha6 on 1/13/2025 in #help-support
Confused about python version enforcement in sandbox
so if you do uvx marimo, uvx might cache what is has download or use the latest if its not found
14 replies
Mmarimo
Created by lucha6 on 1/13/2025 in #help-support
Confused about python version enforcement in sandbox
we will use the marimo version that was used to invoke marimo edit --sandbox
14 replies