| ▲ | simonw 4 hours ago | |
Yes, very much so. It's a much thinner, less feature-rich alternative. It would be interesting to experiment with Jupyter notebooks as an alternative that could work in Claude Code for web. I had a poke around just now and couldn't find an existing CLI tool that lets you build those up a section at a time in the same way as Showboat. I did find this Python library though:
So you could tell the agent to run code like that and then inspect the `demo.ipynb` notebook later on. It doesn't show the result of evaluating the cells though, you need to run this afterwards to have that happen: | ||
| ▲ | mentalgear 3 hours ago | parent [-] | |
Cool, I have to say I find the idea intriguing as a tracability tool in they that LLMs can show you step be step how a program is assembled / an output was generated. | ||