Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
manzt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Standalone PEP 723 scripts with Conda dependencies in Pixi
(pixi.prefix.dev)
1 points
by
manzt
2mo ago
|
0 comments
2.
▲
by
manzt
2mo ago
Cool! Dumb question, but do prepaid credits ever expire? Feels like the interest only matters if they don't.
3.
▲
by
manzt
2mo ago
stay tuned this week :)
4.
▲
by
manzt
5mo ago
Glad to hear it!
5.
▲
by
manzt
5mo ago
Claude Code supports running long-lived shell commands in the background dynamically. Since marimo pair’s tool (run Python) is implemented as a bash script, the same applies. Also Ctrl-C ing the script interrupts the kernel so you can cance
6.
▲
by
manzt
5mo ago
Hey, thanks and glad to hear the marimo + anywidget combo has been an unlock (I'm also the creator of anywidget). Clearly I'm biased, but custom widgets are a powerful primitive (marrying web & data ecosystems), and it's
7.
▲
by
manzt
5mo ago
Ah, I think I misread your earlier comment. That's a more interesting version of the idea than what I responded to. We don't do this today, but marimo's reactivity already gives us some control plane benefits without virtuali
8.
▲
by
manzt
5mo ago
Thanks for sharing! I think the tradeoff is less stark than it seems. Our tool surface is also basically just "run Python", but the model may additionally use a semi-private API ("code mode") within that execution contex
9.
▲
by
manzt
5mo ago
Really glad to hear that! The graph can get complex for big notebooks and maintaining a full picture of variable dependencies across cells is a lot to ask a model to do correctly and hold in context. (It took us a little bit to get the pars
10.
▲
by
manzt
5mo ago
Really interesting idea! Part of the ethos here is that models are already really good at writing Python, and we want to bet on that rather than mediate around it. Python has the nice property of failing loudly (e.g., unknown keywords, type
11.
▲
by
manzt
5mo ago
One of the authors here, happy to answer questions. Building pair has been a different kind of engineering for me. Code mode is not a versioned API. Its consumer is a model, not a program. The contract is between a runtime and something tha
12.
▲
Show HN: Marimo pair – Reactive Python notebooks as environments for agents
(github.com)
140 points
by
manzt
5mo ago
|
35 comments
13.
▲
by
manzt
10mo ago
Thank you! We're excited about it. LSP opens the door for us to gradually provide marimo features in whatever form makes sense for a particular env, allowing more folks collaborate on notebooks.
14.
▲
Show HN: Marimo VS Code extension – Python notebooks built on LSP and uv
(github.com)
65 points
by
manzt
10mo ago
|
5 comments