Hacker News new | ask | show | jobs
by xiasongh 799 days ago
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.

I recently learned about Jupyter kernels and realized that was probably what I should've been using to build this out.

I named the extension JPT, combining Jupyter with GPT. I was very proud of myself for that one lol :)

[0] https://chromewebstore.google.com/detail/jpt-chatgpt-code-in...

1 comments

how did you overlayed button on top of chatgpt ui? i find chatgpt ui keeps on changing that messes the selectors so i gave up on it.
Unfortunately I haven't solved that issue either and the UI could easily break on updates