diff --git a/README.org b/README.org index 7cc269cd..cc19262a 100644 --- a/README.org +++ b/README.org @@ -39,6 +39,11 @@ An interface to communicate with Jupyter kernels in Emacs. - You can search through REPL history using =isearch=. + - Here is a demo of how an =emacs-jupyter= REPL might look in practice: +#+ATTR_HTML: :alt REPL workflow +#+ATTR_ORG: :width 600 +[[file:assets/workflow1.gif]] + * How do I install this package? ** Using MELPA diff --git a/assets/workflow1.gif b/assets/workflow1.gif new file mode 100644 index 00000000..7fd479e7 Binary files /dev/null and b/assets/workflow1.gif differ