tkf / emacs-ipython-notebook

IPython notebook client in Emacs
tkf.github.com/emacs-ipython-notebook/
GNU General Public License v3.0
548 stars 51 forks source link

Use IPython 1.0-compatible "handshake" to open kernel channels #122

Open tkf opened 11 years ago

tkf commented 11 years ago

IPython changed the way to start channel [1]. fixes #121

[1] see commit ipython/ipython@24dcb6ba48453c74b10fb0772058ca65503222c8 in ipython/ipython#3089