TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Add Code Interpreter to Claude 3 Opus

33 点作者 mlejva大约 1 年前

2 条评论

skybrian大约 1 年前
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:&#x2F;&#x2F;marketplace.visualstudio.com&#x2F;items?itemName=skybrian.bot-typist" rel="nofollow">https:&#x2F;&#x2F;marketplace.visualstudio.com&#x2F;items?itemName=skybrian...</a>
评论 #39962656 未加载
xiasongh大约 1 年前
I also thought my usage pattern of ChatGPT resembled Jupyter notebooks. I tried to make a chrome extension[0] that adds a code interpreter to ChatGPT, but implemented it in the most naive way, with just pyodide.<p>I recently learned about Jupyter kernels and realized that was probably what I should&#x27;ve been using to build this out.<p>I named the extension JPT, combining Jupyter with GPT. I was very proud of myself for that one lol :)<p>[0] <a href="https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;jpt-chatgpt-code-interpre&#x2F;hhpkcgbmfdclebniepgkgnfmpbgijoaf" rel="nofollow">https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;jpt-chatgpt-code-in...</a>
评论 #39966531 未加载