| ▲ | Nteract 2.0: a ground-up rebuild of the notebook app(nteract.io) | |
| 6 points by lambdaops 5 hours ago | 1 comments | ||
| ▲ | lambdaops 5 hours ago | parent [-] | |
nteract is a desktop notebook app for macOS, Windows, and Linux. You double-click a .ipynb file, it opens, a kernel starts, and you're running code. No browser, no server to manage. Just straight up iteration. We originally built nteract on Electron back in 2016. This is a complete rewrite in Rust and TypeScript on Tauri. We've got a daemon that manages runtimes, a document engine backed by Automerge, and a whole suite of elements to create new frontends. | ||