ob-ipython
ob-ipython copied to clipboard
ob-ipython freezes when trying to execute blocks using julia kernel
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)