6 ms·
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 imple
by xiasongh 2y 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-interpre/hhpkcgbmfdclebniepgkgnfmpbgijoaf https://chromewebstore.google.com/detail/jpt-chatgpt-code-in...
- newusertoday 2y agohow 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 2y agoUnfortunately I haven't solved that issue either and the UI could easily break on updates