ob-ipython icon indicating copy to clipboard operation
ob-ipython copied to clipboard

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

Open MasonProtter opened this issue 7 years ago • 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.

MasonProtter avatar May 10 '18 15:05 MasonProtter

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)

kdjaks avatar Aug 19 '18 22:08 kdjaks