gregsexton / ob-ipython

org-babel integration with Jupyter for evaluation of (Python by default) code blocks
737 stars 111 forks source link

REPL from org-src-mode #199

Open novusshu opened 5 years ago

novusshu commented 5 years ago

If I use C-c C-c to get into a source block of python code, is it possible for me to send pieces of code directly from the OrgSrc to the ipython shell for evaluation, like C-c C-r in python.el, and C-return in ELPY?

BenMoon commented 5 years ago

Any conclusion on this issue? I would also like to do C-c C-r after I have opened the code editing window (C-c C-') Thanks!