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

notebooks served by jupyterhub #183

Closed JosefAssad closed 7 years ago

JosefAssad commented 7 years ago

I'm wondering if you have thoughts regarding ein's handling of notebooks served through Jupyterhub.

Right now, ein can't open a notebook from a jupyterhub server, unless I have missed something obvious, which does happen.

Upon superficial inspection it looks to me like the main issue is authentication. The format of the URL parameter to the ein:notebooklist-open appears to need an extra /user/foobar/ but that's easily handled without changes to the code.

millejoh commented 7 years ago

You have not missed anything obvious. Apart from the different REST API I believe ein will also have to learn how to handle redirects. It's on my (steadily growing) list of things to do. Keep an eye on https://github.com/millejoh/emacs-ipython-notebook, as that is where all the development currently is happening.

JosefAssad commented 7 years ago

Ah, okie dokie. ty @millejoh !