gregsexton / ob-ipython

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

Use #+begin_src python #189

Open fleimgruber opened 6 years ago

fleimgruber commented 6 years ago

I am switching back and forth between using ob-ipython and regular ob-python. Is it possible to use

#+begin_src python
1+1
#+end_src

and register ob-ipython as the backend for this rather than regular ob-python? I am thinking of a more dynamic way than just replacing "python" with "ipython".