gregsexton / ob-ipython

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

Fix: make inspection and completion work with specified remote session #144

Closed fuxialexander closed 6 years ago

fuxialexander commented 6 years ago

Previously when use remote kernel with specified session, Emacs will hang, because (ob-ipython--get-session-from-edit-buffer) returns "default" for session name rather than the specified name.

gregsexton commented 6 years ago

What amazing timing. I just sat down to fix this. Thanks! Will merge now.

gregsexton commented 6 years ago

Done! Thanks again!