Last year I wrote a VS Code plugin [1] that lets you chat with an LLM in a Jupyter notebook on your own machine to do Code Interpreter-like things. It uses Simon Willison’s llm command, which you can configure to use whatever llm you like.<p>I think running the code that way is better since the notebook is free and under your own control, but a weakness is that there’s no sandbox. Perhaps these approaches could be combined?<p>I’m not working on it anymore, but perhaps someone wants to pick it up.<p>[1] Bot Typist <a href="https://marketplace.visualstudio.com/items?itemName=skybrian.bot-typist" rel="nofollow">https://marketplace.visualstudio.com/items?itemName=skybrian...</a>