gregsexton/ob-ipython

ob-ipython freezes when trying to execute blocks using julia kernel

Opened this issue · 1 comments

If I try to C-c C-c the following block:

#+BEGIN_SRC ipython :session :results raw drawer :kernel julia-0.6
1+1
#+END_SRC

the kernel just hangs, saying executing Ipython code block... forever. Works fine on regular python kernel though.

I'm having the same problem but find that it works when the ipython kernel is started ahead of time (for example by calling jupyter console --kernel=julia-0.6 -f abc.json)