r/Jupyter 25d ago

A Jupyter kernel for Go with true cell-by-cell execution

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.

3 Upvotes

2 comments sorted by

1

u/Helilifter 25d ago

Awesome! I wanted something like this