Skip to content. | Skip to navigation
Simple LDAP Authenticator Plugin for JupyterHub You can install it from pip with: ``` pip install jupyterhub-ldapauthenticator ``` Requirements ## I've only tested with python3 - anyone willing to test with python2 is welcome to do so! There's no reason it shouldn't work. You can enable this authenticator with the folling lines in ...
See for more info
JupyterHub is a multi-user server that manages and proxies multiple instances of the single-user IPython Jupyter notebook server. Three actors: multi-user Hub (tornado process) configurable http proxy (node-http-proxy) multiple single-user IPython notebook servers (Python/IPython/tornado) Basic principles: Hub spawns proxy Proxy forwards ~all requests to hub by default Hub handles login, and spawns single-user servers on demand Hub configures proxy to forward url prefixes to single-user servers