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

Unable to use Jupyter 4.2.1 URL with token authentication #186

Open necromuralist opened 7 years ago

necromuralist commented 7 years ago

The current version of jupyter has authentication on by default, requiring you to pass in the token as a parameter to the url. If you paste the full url into the ein:notebooklist-open it fails with 'status parse-error', possibly because /api/contents/ is appended to the end of the url so the server doesn't find the token and tries to redirect to a password entry page (it is showing a 302 http status code in the output).

millejoh commented 7 years ago

See millejoh/emacs-ipython-notebook#147.