This monorepo contains packages for deploying Jupyter applications to various cloud providers.
- jupyter-deploy: Core package providing a command line interface tool (CLI) that you can use to deploy JupyterLab applications to remote compute instances provided by a Cloud provider.
- jupyter-deploy-tf-aws-ec2-base: A Terraform template for Jupyter deployment on AWS EC2 with a Traefik proxy.
The project uses uv for dependency management.
After cloning the repository, run the following commands from the repository root:
uv syncTo get started, run from the same environment:
uv run jupyter-deploy --helpRefer to the Contributing guide.
This project is licensed under the MIT License.