Show HN: Persistent Jupyter kernel execution and live output streaming in VSCode (github.com)
Hi HN, Every time I ran a training loop for a few days via Jupyter Notebook and ran into issues (network disconnected, my laptop suddenly died, etc.), I suffered from losing my ipykernel and cell outputs. I wanted to keep seeing my live outputs right inside the IDE without constantly checking W&B or log files. It is such a hassle. That's why I built Tithon. Let me know what you think!
3 comments
[ 0.25 ms ] story [ 8.5 ms ] threadAny reason why you also decided to go with .py files as part of your detachable kernel architecture?
Nothing wrong with putting this stuff out there I guess, but if anybody I was working with was doing anything like this, we'd be scheduling a few sit-downs where I explain the proper way of handling this stuff and spare them the headaches of trying to fit a square peg into a round hole.