CLI based tool to deploy Jupyter application that integrates with infrastructure as code frameworks.
Project description
JupyterDeploy
Jupyter deploy provides a command line interface tool (CLI) that you can use to deploy a Jupyter Server container to a remote compute provided by a Cloud provider.
Install Terraform
Terraform from HashiCorp is the default deployment engine. To use it, you must set it up in your system. Refer to Terraform installation guide.
Verify installation by running
terraform --version
Install jupyter-deploy dependencies
From the repository root, run:
# Sync all dependencies
uv sync
The CLI
To get started, open a terminal, cd to the repository root, and run:
uv run jupyter-deploy --help
Templates
To use a template to initialize a new project, first create a new project directory:
mkdir my-jupyter-deployment
cd my-jupyter-deployment
Then, run the init command.
uv run jupyter-deploy init -E terraform -P aws -I ec2 -T traefik .
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jupyter_deploy_test-0.1.0a0.tar.gz.
File metadata
- Download URL: jupyter_deploy_test-0.1.0a0.tar.gz
- Upload date:
- Size: 52.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f94ab0c8a31b1641eb36c6d89897457ba2114571089fcc6fd3ea36edbc98db65
|
|
| MD5 |
239527fe90df1358425a28be2e8ad62f
|
|
| BLAKE2b-256 |
64a3dbe70b796e1fa8bddf9d280ad2b9b0e08e3648e312a7a871fce16ccc1a83
|
File details
Details for the file jupyter_deploy_test-0.1.0a0-py3-none-any.whl.
File metadata
- Download URL: jupyter_deploy_test-0.1.0a0-py3-none-any.whl
- Upload date:
- Size: 38.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb9d76880ba8f44dad484ba5bdddafb0006d739415c475c03f017529a9fb9625
|
|
| MD5 |
99122ad9213bb410729d59176474ad48
|
|
| BLAKE2b-256 |
5c1f6013f56561b0083e69dbce37bb79d65f0b6329019da9e26fbe0b4170375f
|