Marimo now runs in PyCharm

(marimo.io)

64 points | by cantdutchthis 2 days ago

4 comments

  • quinndupont 2 hours ago
    We have adopted marimo notebook for doing modern data science. I’m happy with their progress. Nice to see greater integration.
    • jdale27 1 hour ago
      What’s “modern” data science?
  • msp26 1 hour ago
    I fucking love marimo for exploring data.

    However my use of it has decreased a little with how easily I can conjure disposable frontends with agents to explore one off things.

    • akshayka 1 hour ago
      You might like https://marimo.io/pair, it turns marimo into less of a notebook and more of a shared data/computational canvas for you and your agent
      • msp26 3 minutes ago
        Last I heard, the feature was in beta so avoided it. But I'll definitely give it a go if it's mature now!

        I have been using the --watch flag to let my agent play with the notebook as I use it already.

    • geraneum 1 hour ago
      Why not make the agents make what you want with marimo?
      • msp26 6 minutes ago
        I do that a decent chunk of the time yeah especially for learning. I also have a bunch of marimo notebooks that double as clis and they're lovely.

        But sometimes I want to do something too specific or high fidelity and it's just easier to get the clanker to write typescript and make a webpage/components.

  • etbebl 32 minutes ago
    I was interested in marimo, but I became less interested when I realized that they traded off being able to assign to a variable more than once in order to allow out-of-order execution of cells.

    I mean as a Jupyter user, I typically do both and just keep track of what I'm doing in my head (like a repl with many snippets I can run any time), but if I wanted to make it more predictable, I would definitely give up out-of-order execution first.

    • boron1006 17 minutes ago
      I think that’s just a fundamental tradeoff though.

      Being able to run Jupyter cells independently is a feature until it’s not.

      I’d say for most of my one-off work, it’s fine. But for stuff I want to share it’s not.

  • semiinfinitely 2 hours ago
    there are so many issues with jupyter notebooks and marimo solves none of them
    • dang 1 hour ago
      "Please don't post shallow dismissals, especially of other people's work. A good critical comment teaches us something." - https://news.ycombinator.com/newsguidelines.html

      It sounds like you're commenting about this from experience - if you'd like to share some of that, of course that would be welcome.

    • markkitti 1 hour ago
      My biggest problem with Jupyter is hidden state. You have no idea what order the cells executed in and how many times to get to the current state. Pluto.jl and Marimo solve that by using reactivity to make state transparent. WYSIWYG.

      I have also been thoroughly impressed how Marimo has engaged with AI agents. marimo-pair is fantastic.

    • cjohnson318 1 hour ago
      Well, I've enjoyed it. It's easier to set up an run from a virtual environment than Jupyter notebooks. That was a big problem I had for years.
    • dagi3d 1 hour ago
      mind elaborate?