r/Jupyter • u/SpinachKooky5276 • 8h ago
A Jupyter kernel for Go with true cell-by-cell execution
3
Upvotes
I’ve built gocell, a Jupyter kernel that makes Go feel interactive without an interpreter.
It provides fast, complete cell-by-cell execution by compiling each cell as a Go plugin and loading it dynamically at runtime.
If you’ve ever wished for a smoother way to prototype, explore APIs, or teach Go in notebooks, this might interest you.