Ansible role to setup jupyterhub server (deprecated)
This role installs Jupyter (previously ipython notebook), JupyterHub and sudospawner using Python 3. It was developed and tested with Ubuntu 15.04, but should work on any recent Ubuntu or Debian. As of 2017-02 it has been tested with Ubuntu 16.04LTS Xenial as well.
This was tested on Scaleways (scaleway.com) and Digital Ocean. So it does work on ARM!
JupyterHub is installed as per instructions, with node.js and configurable-http-proxy.
To add a user, login to the server as root:
adduser
Then connect via web browser
http://
To run, install ansible, configure your ssh/config file for a host "jupyterhub" and use one of the following:
ansible-playbook ansible-jupyterhub/playbook/no_ssl.yml -i
http://www.techrepublic.com/article/how-to-disable-ipv6-on-linux/
Also on Ubuntu 16.10 I had to do a "apt install python-minimal" to get python 2 for ansible.
When everything has finished you should be able to point your browser at:
http://ip.add:8000
And then login as jupyter with the password you entered at the start.