gregsexton / ob-ipython

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

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

Open MasonProtter opened 6 years ago

MasonProtter commented 6 years ago

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.

kdjaks commented 5 years ago

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)