- Start bash run.sh in a separate screen.
- This assumes you have valid credentials to start the app.
- Login to the notebook at http://ec2-34-214-155-193.us-west-2.compute.amazonaws.com:8000/
- Set the Google OAuth credentials and callback URL at the Google Credentials Management screen
- All packages are listed in package_list.txt to use with anaconda
- Alternatively you can use pip to bring in all the dependencies. You can do a pip install -r requirements.txt
- Set the following env variables: i. OAUTH_CALLBACK_URL ii. OAUTH_CLIENT_SECRET iii. OAUTH_CLIENT_ID
- Ensure you can build the docker spawner image: i. docker build -t am2434/widap:latest . ii. export DOCKER_NOTEBOOK_IMAGE="am2434/widap:latest"
- Run jupyterhub -f jupyter_config.py --log-level=DEBUG For questions, please email bclimate@stanford.edu and am2434@cornell.edu