gregsexton / ob-ipython

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

Place result properly when calling a named code block via #+CALL #117

Closed dvzubarev closed 6 years ago

dvzubarev commented 7 years ago

Also, this fix covers inline calls (call*) and inline code blocks (src*).

I have tested on this org file

gregsexton commented 6 years ago

Just merged this. Thanks a lot for fixing.