top | item 39965949

(no title)

xiasongh | 1 year 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...

discuss

order

newusertoday|1 year ago

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.

xiasongh|1 year ago

Unfortunately I haven't solved that issue either and the UI could easily break on updates