Live data from Hacker News

Show HN: IPython-GPT, a Jupyter/IPython Interface to Chat GPT

github.com

1–10 of 32 posts

Re: Show HN: IPython-GPT, a Jupyter/IPython Interface to Chat GPT

#7
Congrats on the launch!

I created Mito, a spreadsheet the lives inside of Jupyter. We've seen a ton of our users using Jupyter and ChatGPT playground side by side.

We're also experimenting with bringing chatgpt into Jupyter through the Mito spreadsheet. (https://blog.trymito.io/5-lessons-learned-from-adding-chatgp...)

Looking forward to trying this out.

Re: Show HN: IPython-GPT, a Jupyter/IPython Interface to Chat GPT

#8
> by default, the %%chat command preserves the conversation to give the Agent some context, in the same way that ChatGPT works. You can "reset" its status passing the flag --reset-conversation.

What happens if you evaluate a bunch of cells in the notebook, then reset conversation and then evaluate say for example the 24th cell in the notebook? Does it get any additional context aside from said cell or not?

Re: Show HN: IPython-GPT, a Jupyter/IPython Interface to Chat GPT

#9

This would be great in conjunction with e.g. papermill for running the same prompts over time and with the model as a parameter. Do IPython-GPT or jetmlgpt work in JupyterLite in WASM in a browser tab?

I have only tested jetmlgpt using Jupyter notebooks.
Post reply on HN