foat
foat
Mmarimo
Created by foat on 9/25/2024 in #help-support
Display upload image before submitting form
Okay thanks! I guess if I want the button and the image to be next to each other I can do it in grid view.
6 replies
Mmarimo
Created by foat on 8/5/2024 in #help-support
programmatically interact with marimo
Ty this is very helpful!
16 replies
Mmarimo
Created by foat on 8/5/2024 in #help-support
programmatically interact with marimo
Wow this is so helpful thank you so much! I did watch a jupytercon presentation about ipyflow and he mentioned runtime analysis and also intuitively thought that would be really hard. So if it is a losing battle, how would you evaluate what the state of ipyflow is? Are they missing edge cases? Also on your point about not being able to abstract out the jupyter-server-style api (what I asked originally). What do you feel is complicated about it? Isn't that abstraction naturally separate from everything else and would be neatly packageable?
16 replies
Mmarimo
Created by foat on 8/5/2024 in #help-support
programmatically interact with marimo
Actually I'm curious, are all three of you players in the space (marimo, hex, ipyflow) doing the DAG parsing in the same way fundamentally? It seems only marimo and ipyflow are open source and I wonder how you see the comparison.
16 replies
Mmarimo
Created by foat on 8/5/2024 in #help-support
programmatically interact with marimo
I've looked at the internal (marimo/_ast) modules and see what you mean. I'm a bit scared of touching that, a lot going on that I don't understand. in any case, last night this got me interested in thinking about even how these systems parse the python code to figure this out and I've made a simple static analysis thingy. excited about adding more features and playing around with it. I think I might keep doing this from scratch, would be educational. Very grateful for the Ipyflow papers, gives a lot of insight on how this works.
16 replies
Mmarimo
Created by foat on 8/5/2024 in #help-support
programmatically interact with marimo
this is for a small project im working on that involves running python code in a reproducible fashion. it's for the same kind of use cases people use notebooks for (explore -> pipeline) the crux of what I'm interested in is playing around with the UI/frontend. basically not a notebook. so i was hoping there was a clean way to manipulate code cells and get info about the relationship between them. I really like what you're doing with marimo, I also checked out ipyflow and hex.tech I think ipyflow might give me some ability to do this if I interact with it through REST-(ish?) API of the jupyter server.
16 replies
Mmarimo
Created by foat on 8/5/2024 in #help-support
programmatically interact with marimo
thanks for the prompt reply
16 replies