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

Is there a way to attach an ob-ipython session to an existent kernel?

Open AlejandroCatalina opened this issue 10 years ago • 2 comments

I'm working with some notebook from ein and I now want to write some stuff to an org-mode file. Is there a way to attach the org block to this kernel?

AlejandroCatalina avatar Jan 30 '16 16:01 AlejandroCatalina

This would be possible with code changes but currently the code assumes that it has spun up the kernel. The main limitiation is that the code assumes a naming convention for the kernel which EIN won't have adopted.

gregsexton avatar Mar 05 '16 16:03 gregsexton

This one really got me. I spent hours trying to figure out why the kernel wasn't being found, watching 404's in my jupyter server in a terminal, before I figured out I had to shut down my jupyter server before ob-ipython could start and use it. Not so obvious if you have preconceptions... Awesome project

dabro avatar Jun 12 '16 07:06 dabro