gregsexton / ob-ipython

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

Use intermediate file between Emacs and client.py to prevent misc Emacs #191

Closed dangirsh closed 6 years ago

dangirsh commented 6 years ago

output (e.g. warnings) from getting mixed with the client output, and then breaking the json parser.

Aims to partially fix issue #135

dangirsh commented 6 years ago

Realized that the warning messages were coming from ipython, not Emacs...