Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/heroku/heroku-jupyterlab
- Owner: heroku
- Created: 2018-02-23T12:42:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T20:53:29.000Z (3 months ago)
- Last Synced: 2024-10-18T21:44:52.354Z (3 months ago)
- Topics: jupyter, jupyter-notebook, jupyter-notebooks, jupyterlab
- Language: Python
- Size: 164 KB
- Stars: 1
- Watchers: 25
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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`