I was looking into ob-ipython as a replacement for regular org-babel-python because it seems to be better at sessions. Also, you can use other kernels with it!
For example: #+BEGIN_SRC ipython :session hy :results output :kernel hy (print "hello world") (import time) (print (time.asctime)) #+END_SRC #+RESULTS: : hello world : Thu Jun 9 17:26:56 2016 Here is the dilemma: If I special edit this, it is in python-mode, not hy-mode. And similarly on export, it is highlighted as ipython, not hy-lang. Any thoughts on how to address these? -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu