Show HN: Persistent Jupyter kernel execution and live output streaming in VSCode
Summary
The Show HN introduces Tithon, a daemon-based solution for persistent Jupyter kernel execution and live output streaming in VSCode. It decouples the kernel from the client so sessions survive disconnects, with kernel ownership on the host, output journaling, and notebook-like UX in VSCode via a Python script-based notebook. It also covers installation, architecture, and a mechanism for sharing outputs via a local project folder.