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

tkf/emacs-ipython-notebook only supports IPython 1.x and earlier #155

Open millejoh opened 9 years ago

millejoh commented 9 years ago

I am leaving this as a placeholder for any individuals coming here looking for solutions to problems with tkf/emacs-ipython-notebook not working with IPython 2.x and later.

At the moment this appears to be an abandoned project, so I have forked the codebase to https://github.com/millejoh/emacs-ipython-notebook and am doing what I can to maintain compatiblity with current versions of IPython.

If you are having issues connecting to ein please download my fork and give it a try. It seems to be working for most people, myself included. Don't hesitate to come to my fork and create new issues if you find something not working.

Note that the ein in melpa is based of tkf's outdated version. I am working on creating a new package for melpa that should make downloading easier for all.

millejoh commented 9 years ago

Note that as of PR milkypostman/melpa#2245, the official repository for ein is now https://github.com/millejoh/emacs-ipython-notebook.

MELPA is up to date, so you should be able to download the package from there. If you have any issues come over to my fork and let me know.

gcr commented 9 years ago

Thank you @millejoh for taking the mantle, and especially thank you to @tkf for creating this project in the first place!

I can't express enough how much both of your work has helped me.