gregsexton / ob-ipython

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

Enable session-dedicated REPLs. #136

Closed jamieforth closed 6 years ago

jamieforth commented 6 years ago

Change ob-ipython--create-repl so that when a named session is used (i.e. not "default") a dedicated repl is created for that session. This enables state in a named session to be accessbile within the dedicated REPL. When the default session is used, the previous behaviour of creating a global Python process is preserved.

gregsexton commented 6 years ago

This is great! Thanks for taking care of this!