An open API service indexing awesome lists of open source software.

https://github.com/neuromusic/ipynb-deploy

deploy ipython notebook instances on a server
https://github.com/neuromusic/ipynb-deploy

Last synced: 3 months ago
JSON representation

deploy ipython notebook instances on a server

Awesome Lists containing this project

README

        

ipynb-deploy
============

deploy ipython notebook instances on a server

this script assumes a few things:

1. you have fabric installed locally
2. you have anaconda's python environment installed on your server
3. you have supervisor and nginx running on your server
4. supervisor is configured to include .conf files located in `/etc/supervisor.ipython/`
5. nginx is configured to include location .conf files located in `/etc/nginx/conf.d/ipynb/`

run the script locally:

ipynb_config.py username group 8888

where `username` is the user that you are setting up a notebook for, `group` is a group for the user to run as and `8888` is a unique port. Follow the prompts to login to the server with a user that has sudo priviledges. The script will also prompt you for a password for the user's ipython notebook profile.