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

Support ipython password & https for notebooks #144

Closed sdague closed 6 years ago

sdague commented 10 years ago

If you set a password and/or certificate file on the ipython notebook server ein mode fails with:

ein: [error] Error (parse-error) while opening notebook list at the server

This means you can't use ein with cloud servers for your ipython notebook servers. Would be awesome if you could.

reconmaster commented 10 years ago

I thought I had this issue too, but then using the ein:notbooklist-login removed the connection refused issue. I am now getting the parse-error, but I think this is due to the incompatibility between ein and ipython 2.0 due to it changing the return to html rather than json. It looks like this known, but not yet rectified.

https://github.com/tkf/emacs-ipython-notebook/issues/133