Settings

Theme

Show HN: ChatGPT live codes in my notebook REPL

twitter.com

10 points by YousefED 3 years ago · 1 comment

Reader

YousefEDOP 3 years ago

Hi HN!

I've been working on a "notebook"-style live programming environment called TypeCell (https://www.typecell.org). It mixes TypeScript, Monaco (vscode) and full NPM support into a as-you-type live programming experience.

After being amazed by ChatGPT last week, I gave it a go to integrate it into TypeCell. Still can't believe it actually works! Most prompts work in one go. If it gets a little bit more complicated, sometimes I need to add some instructions about the error I'm getting or about a possible fix.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection