A server extension for the JupyterLab Heroku extension
Project description
jupyterlab-heroku
JupyterLab extension to manage and deploy applications to Heroku.
The extension enables 1-click deployments of voila dashboards.
Requirements
Create an Heroku account
If you already have an Heroku account, you can skip to the next section.
You can create a new Heroku account by following these instructions: https://signup.heroku.com/
Install the heroku client
You need the heroku
client installed on your machine to be able to deploy applications. To set it up:
https://devcenter.heroku.com/articles/getting-started-with-python#set-up
Once the setup is complete, test the installation with:
$ heroku --version
heroku/7.26.2 linux-x64 node-v11.14.0
Login to Heroku
There are different ways to login to Heroku:
heroku login
will open a new browser tab to log in with the email and password- create a
~/.netrc
file with the api token (see the documentation for more details) - set the
HEROKU_API_KEY
environment variable
To test the authentication: heroku apps
Other Dependencies
This extension also requires:
- JupyterLab 1.0
git
Install
pip install jupyterlab-heroku
jupyter serverextension enable --sys-prefix --py jupyterlab_heroku
jupyter labextension install jupyterlab-heroku
Since Heroku uses git
to deploy applications, it is also recommended to install the jupyterlab-git
extension for JupyterLab:
pip install jupyterlab-git
jupyter serverextension enable --sys-prefix --py jupyterlab_git
jupyter labextension install @jupyterlab/git
Contributing
Install
# Clone the repo to your local environment
# Move to jupyterlab-heroku directory
# Create a new conda environment
conda create -n jupyterlab-heroku -c conda-forge jupyterlab nodejs
# Install the server extension
python -m pip install -e .
jupyter serverextension enable --sys-prefix --py jupyterlab_heroku
# Install dependencies
jlpm
# Build Typescript source
jlpm build
# Link your development version of the extension with JupyterLab
jupyter labextension link .
# Rebuild Typescript source after making changes
jlpm build
# Rebuild JupyterLab after making any changes
jupyter lab build
You can watch the source directory and run JupyterLab in watch mode to watch for changes in the extension's source and automatically rebuild the extension and application.
# Watch the source directory in another terminal tab
jlpm watch
# Run jupyterlab in watch mode in one terminal tab
jupyter lab --watch
Uninstall
jupyter labextension uninstall jupyterlab-heroku
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for jupyterlab_heroku-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1d4974316c02a7669ea536a9fefaf77960f588a561d32149cfd9e80bc72069f |
|
MD5 | a5b391fba9e5267c8e2bd4f9a6b85deb |
|
BLAKE2b-256 | 53579d75dfddb4cdc4e1b0bb7c5e7387f78383e39bb7ac17e0d24729fd7f7946 |