Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/heroku/heroku-jupyterlab

An example of running JupyterLab on Heroku, with Amazon S3.
https://github.com/heroku/heroku-jupyterlab

jupyter jupyter-notebook jupyter-notebooks jupyterlab

Last synced: about 2 months ago
JSON representation

An example of running JupyterLab on Heroku, with Amazon S3.

Awesome Lists containing this project

README

        

# JupyterLab on Heroku + Amazon S3

This application runs a JupyterLab instance on Heroku, backed by Amazon S3.

Deploy to Heroku
----------------

You can deploy this application to Heroku with this simple button:

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

Environment Variables
---------------------

The following environment variables are expected to be set:

- `AWS_ACCESS_KEY_ID`
- `AWS_SECRET_ACCESS_KEY`
- `S3_BUCKET_NAME`

Optional:

- `PASSWORD`