gregsexton / ob-ipython

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

added customizable variable to suppress execution count - fixes #185 #187

Open jchkoch opened 6 years ago

jchkoch commented 6 years ago

This PR adds a custom variable to be able to suppress the execution count of ipython (i.e. "Out[n]:" line). Was inspired from the work by @jkitchin in scimax-org-babel-ipython-upstream.el and seemed simple enough for me to bring into the upstream ob-ipython that scimax can depend on.

Closes #185.