All Projects → jenkstom → Ansible Jupyterhub

jenkstom / Ansible Jupyterhub

Licence: mit
Ansible role to setup jupyterhub server (deprecated)

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Ansible Jupyterhub

Jupyterhub Deploy Teaching
Reference deployment of JupyterHub and nbgrader on a single server
Stars: ✭ 194 (+1285.71%)
Mutual labels:  ipython, ansible, jupyter-notebook, jupyter, jupyterhub
Awesome Jupyter
A curated list of awesome Jupyter projects, libraries and resources
Stars: ✭ 2,523 (+17921.43%)
Mutual labels:  ipython, jupyter-notebook, jupyter, jupyterhub
Sqlcell
SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.
Stars: ✭ 145 (+935.71%)
Mutual labels:  ipython, jupyter-notebook, jupyter, ipython-notebook
Vscodejupyter
Jupyter for Visual Studio Code
Stars: ✭ 337 (+2307.14%)
Mutual labels:  ipython, jupyter-notebook, jupyter, ipython-notebook
Sci Pype
A Machine Learning API with native redis caching and export + import using S3. Analyze entire datasets using an API for building, training, testing, analyzing, extracting, importing, and archiving. This repository can run from a docker container or from the repository.
Stars: ✭ 90 (+542.86%)
Mutual labels:  ipython, jupyter-notebook, jupyter, ipython-notebook
Telepyth
Telegram notification with IPython magics.
Stars: ✭ 54 (+285.71%)
Mutual labels:  ipython, jupyter-notebook, jupyter, ipython-notebook
Ipywebrtc
WebRTC for Jupyter notebook/lab
Stars: ✭ 171 (+1121.43%)
Mutual labels:  ipython, jupyter-notebook, jupyter, ipython-notebook
Ipytracer
📊 Algorithm Visualizer for IPython/Jupyter Notebook
Stars: ✭ 138 (+885.71%)
Mutual labels:  ipython, jupyter-notebook, jupyter, ipython-notebook
Nbstripout
strip output from Jupyter and IPython notebooks
Stars: ✭ 738 (+5171.43%)
Mutual labels:  ipython, jupyter-notebook, jupyter, ipython-notebook
Juniper
🍇 Edit and execute code snippets in the browser using Jupyter kernels
Stars: ✭ 189 (+1250%)
Mutual labels:  ipython, jupyter-notebook, jupyter
rk
The remote Jupyter kernel/kernels administration utility
Stars: ✭ 53 (+278.57%)
Mutual labels:  ipython, ipython-notebook, jupyterhub
Ansible Jupyter.dockerfile
Building the Docker image with Ansible and Jupyter.
Stars: ✭ 17 (+21.43%)
Mutual labels:  ansible, jupyter-notebook, jupyter
Jupyterhub Deploy Docker
Reference deployment of JupyterHub with docker
Stars: ✭ 479 (+3321.43%)
Mutual labels:  jupyter-notebook, jupyter, jupyterhub
Digital Signal Processing Lecture
Digital Signal Processing - Theory and Computational Examples
Stars: ✭ 532 (+3700%)
Mutual labels:  ipython, jupyter-notebook, jupyter
Zero To Jupyterhub K8s
Helm Chart & Documentation for deploying JupyterHub on Kubernetes
Stars: ✭ 888 (+6242.86%)
Mutual labels:  jupyter-notebook, jupyter, jupyterhub
Signals And Systems Lecture
Continuous- and Discrete-Time Signals and Systems - Theory and Computational Examples
Stars: ✭ 166 (+1085.71%)
Mutual labels:  ipython, jupyter-notebook, jupyter
Cheatsheets.pdf
📚 Various cheatsheets in PDF
Stars: ✭ 159 (+1035.71%)
Mutual labels:  ipython, jupyter-notebook, jupyter
Nteract
📘 The interactive computing suite for you! ✨
Stars: ✭ 5,713 (+40707.14%)
Mutual labels:  ipython, jupyter-notebook, jupyter
Tutorials
CatBoost tutorials repository
Stars: ✭ 563 (+3921.43%)
Mutual labels:  ipython, jupyter-notebook, ipython-notebook
Cookbook 2nd
IPython Cookbook, Second Edition, by Cyrille Rossant, Packt Publishing 2018
Stars: ✭ 704 (+4928.57%)
Mutual labels:  ipython, jupyter-notebook, jupyter

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 <username>
addgroup <username> jupyter

Then connect via web browser

http://<ip address>:8000

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 <hostfile>
ansible-playbook ansible-jupyterhub/playbook/with_ssl.yml -i <hostfile>

Note: During testing on linode I ran into IPV6 issues. Nothing to do with jupyterhub or ansible, but apt wouldn't work with IPV6 enabled on Xenial. I disabled IPV6 according to these instructions and apt (and ansible) began to work. If it hangs on installing packages this is probably your issue.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].