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
- Host: GitHub
- URL: https://github.com/neuromusic/ipynb-deploy
- Owner: neuromusic
- License: bsd-3-clause
- Created: 2014-06-19T00:01:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-31T21:45:21.000Z (over 8 years ago)
- Last Synced: 2025-01-14T03:48:41.790Z (5 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.