Is there a way to attach an ob-ipython session to an existent kernel?
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?
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.
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