Live data from Hacker News

Show HN: Juno – Code Interpreter in Your Jupyter Notebook

getjuno.ai

1–10 of 13 posts

Show HN: Juno – Code Interpreter in Your Jupyter Notebook

#1
ChatGPT Code Interpreter is a game changer for data cleaning, analysis, and plotting, but as early users my friend @amauboussin and I were frustrated that there is no easy way to work on top of its results. You can’t edit code, install packages, work on large datasets, collaborate with teammates, or use it for privacy-sensitive workloads.

So we built Juno to bring the power of Code Interpreter to your local Jupyter notebook. It understands your data, generates code directly in your notebook, and can fix its own errors. We’ve found ourselves using it for tons of analysis tasks at our startups, so we decided to release it to everyone!

Show HN: Juno – Code Interpreter in Your Jupyter Notebook
getjuno.ai

Re: Show HN: Juno – Code Interpreter in Your Jupyter Notebook

#6

This is a really cool concept - I’ve been frustrated with some of the similar tools that are a black box. Are you open sourcing it? Do you bring your own API key?

The Jupyter client is open: https://github.com/alexi/juno But we wanted to make it easy and free for anyone who wanted to try it out, so right now it runs through our own private service. We also use that to help validate and clean up the code coming back. If there is more interest from people who want to bring their own keys we could release a new version that moves everything to the client and lets you enter your own OpenAI key. Appreciate the feedback!
Post reply on HN