Skip to main content

Layered Jupyter container images and project-local JovyKit environments.

Project description

JovyKit logo

JovyKit

Project-local JupyterLab containers with a venv-like CLI, layered notebook images, uv-locked dependencies, and readable Docker Compose output.

.jovy is to JovyKit what .venv is to Python.

Website · Wiki · Issues · GHCR Images

Why JovyKit

JovyKit is for notebook-heavy data science and research projects that should be easy to start, reproducible later, and still inspectable when something needs debugging.

  • Create a project-local .jovy/ environment from one command.
  • Track direct project packages in jovy.toml.
  • Compile a deterministic .jovy/jovy.lock with uv.
  • Build a generated overlay image instead of mutating container state.
  • Run JupyterLab through Docker Compose without making Compose the user interface.
  • Choose notebook image layers from minimal, base, extended, and full.
  • Use a terminal dashboard for interactive project operations.

Quick Start

Install from a local checkout:

python -m pip install -e .

Create an environment, add packages, and run JupyterLab:

jovy init .jovy --image base --gpus auto
jovy add pandas scikit-learn plotly
jovy install
jovy run

JovyKit prints the local JupyterLab URL. The default token is jovykit.

Daily Commands

jovy                  # open the terminal dashboard
jovy status
jovy status --json
jovy add -r requirements.txt
jovy install --upgrade
jovy up
jovy logs --tail 100 --since 10m --timestamps
jovy shell -c "python --version"
jovy exec python --version
jovy down --timeout 10
jovy clean
jovy destroy --keep-image

Most commands accept --env PATH when you want to operate on a project outside the current directory tree.

What It Creates

jovy.toml
work/
.jovy/
  jovy.lock
  Containerfile
  compose.yaml
  state.json

jovy.toml is the project manifest. .jovy/ contains generated local environment files and should stay out of version control.

Image Layers

Published images use this pattern:

ghcr.io/mihneateodorstoica/jovykit-TYPE:latest
ghcr.io/mihneateodorstoica/jovykit-TYPE:nightly
ghcr.io/mihneateodorstoica/jovykit-TYPE:lts

TYPE is one of:

  • minimal: Jupyter runtime plus the core scientific Python stack.
  • base: everyday data science, classical machine learning, statistics, and local data access.
  • extended: advanced ML, NLP, time series, distributed compute, and API tooling.
  • full: heavier AI, graph, geospatial, big-data, and research tooling.

All image variants include git, OpenSSH client tools, rsync, and a prepared ~/.ssh directory for SSH-backed remotes and file sync.

Build a target locally:

docker build --target minimal -t jovykit-minimal ./image
docker build --target base -t jovykit-base ./image
docker build --target extended -t jovykit-extended ./image
docker build --target full -t jovykit-full ./image

Configuration

jovy.toml can customize runtime environment variables, extra volumes, restart policy, Jupyter command/logging, Compose Watch behavior, image build arguments, build target/platform, apt packages, and uv/pip install options.

Use the guided editor:

jovy config

or open the dashboard and run:

config

Repository Layout

jovykit/              Python CLI package
image/                Dockerfile and layered image dependency manifests
site/                 GitHub Pages promotional website
wiki/                 GitHub Wiki page source
.github/workflows/    CI, security, website, wiki, and image automation

Documentation

The website promotes the project and lives in site/. Operational documentation lives in the GitHub Wiki, with source pages in wiki/.

Testing

Run the deterministic test suite with coverage:

pytest --cov=jovykit --cov-report=term-missing --cov-fail-under=90

Docker-facing smoke tests are opt-in:

pytest -m docker --run-docker

Contributing

Contributions are welcome. See CONTRIBUTING.md for the development workflow and CODE_OF_CONDUCT.md for community expectations.

License

JovyKit is licensed under the MIT License. See LICENSE.

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

jovykit-3.2.0.tar.gz (48.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jovykit-3.2.0-py3-none-any.whl (36.4 kB view details)

Uploaded Python 3

File details

Details for the file jovykit-3.2.0.tar.gz.

File metadata

  • Download URL: jovykit-3.2.0.tar.gz
  • Upload date:
  • Size: 48.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for jovykit-3.2.0.tar.gz
Algorithm Hash digest
SHA256 b7bd893901d01890bae3303245faddc076fedb6a00102f592081d9fe3f2159c8
MD5 1728f9c74d19eccf4584c071f62eecbe
BLAKE2b-256 3a0e0853e9a6d0c1db69548c8b2fe686b27ea14af30bda5b26dc4373e7c784b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for jovykit-3.2.0.tar.gz:

Publisher: ci-release.yml on MihneaTeodorStoica/jovykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file jovykit-3.2.0-py3-none-any.whl.

File metadata

  • Download URL: jovykit-3.2.0-py3-none-any.whl
  • Upload date:
  • Size: 36.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for jovykit-3.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 82e3913b0afee028405cbac8b6a175184ce696fc1b555da85aaf690a571145a9
MD5 dfd4b91685286c0980a15fea87d6b0ab
BLAKE2b-256 49327d4206ead4101f9e9a3577364b18bb55e009f3a33aca3fa7b682b71b3e73

See more details on using hashes here.

Provenance

The following attestation bundles were made for jovykit-3.2.0-py3-none-any.whl:

Publisher: ci-release.yml on MihneaTeodorStoica/jovykit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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