Skip to main content

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.

screencast

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:

  1. heroku login will open a new browser tab to log in with the email and password
  2. create a ~/.netrc file with the api token (see the documentation for more details)
  3. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jupyterlab_heroku-0.1.0.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

jupyterlab_heroku-0.1.0-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file jupyterlab_heroku-0.1.0.tar.gz.

File metadata

  • Download URL: jupyterlab_heroku-0.1.0.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for jupyterlab_heroku-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2eedd9cc1531722027d28a4a122da8b6388d4545d0aa987efcebbadfd98a1d6d
MD5 70c492de3e7e4571efeda4cd8efb4bf0
BLAKE2b-256 95c76e5c0a46f54f3eb23a62ff6e13f0fab584462cc3188e382252b9fee46646

See more details on using hashes here.

File details

Details for the file jupyterlab_heroku-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: jupyterlab_heroku-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for jupyterlab_heroku-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a1d4974316c02a7669ea536a9fefaf77960f588a561d32149cfd9e80bc72069f
MD5 a5b391fba9e5267c8e2bd4f9a6b85deb
BLAKE2b-256 53579d75dfddb4cdc4e1b0bb7c5e7387f78383e39bb7ac17e0d24729fd7f7946

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page