|
|
|
|
|
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... |
|