Skip to main content

Layered Jupyter container images and project-local JovyKit environments.

Project description

JovyKit

JovyKit provides layered Jupyter notebook container images for data science, machine learning, and research workflows.

The images are designed as progressively larger environments, so users can pick the smallest image that fits their workload:

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

Images

Published image variants use the following naming pattern:

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

TYPE is one of minimal, base, extended, or full.

All image variations include client-side SSH tooling for Git remotes, file copying, and SSH-backed sync:

  • ssh, scp, and sftp from OpenSSH
  • git
  • rsync

Build Locally

Build a specific image target from the repository root:

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

CLI

JovyKit includes a CLI for project-local container environments. The mental model is:

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

Create an environment, add project packages, and run Jupyter:

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

The CLI writes a reproducible overlay build recipe under .jovy/:

.jovy/
  jovy.toml
  requirements.txt
  Containerfile
  compose.yaml
  state.json

Useful commands:

jovy --version
jovy status
jovy status --json
jovy build --pull
jovy sync --no-build
jovy start --no-build
jovy logs --tail 100 --since 10m --timestamps --no-follow
jovy shell -c "python --version"
jovy exec python --version
jovy stop --timeout 10
jovy destroy --keep-image

Most commands accept --env PATH when you want to operate on a JovyKit environment outside the current project tree. jovy init also supports customizing the generated project name, overlay image name/tag, Jupyter port, GPU mode, Jupyter token/log level, and mounted work directory.

Repository Layout

jovykit/              Python CLI package
image/               Dockerfile and layered image dependency manifests
docs/                mdBook documentation
.github/workflows/   CI, security, docs, and image publishing automation

Documentation

The mdBook source lives in docs/src.

To build the documentation locally:

mdbook build docs

Contributing

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

License

This project 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-0.2.0.tar.gz (14.1 kB view details)

Uploaded Source

Built Distribution

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

jovykit-0.2.0-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for jovykit-0.2.0.tar.gz
Algorithm Hash digest
SHA256 5cd906842e4c83f7d5e7019a99bb2c6e49df516413bee82399d79674d2afa35c
MD5 c3750cc02263498504ab0070b6eb3bd8
BLAKE2b-256 57184ff3ab3b42aee4bc27f15c9bc979f9afc6ca39caca9a54f7b48bb6bd6be9

See more details on using hashes here.

Provenance

The following attestation bundles were made for jovykit-0.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-0.2.0-py3-none-any.whl.

File metadata

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

File hashes

Hashes for jovykit-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ce9e0e249f5c8daa33f65115ab17b6cc6cd4e0bcf930cdae8c629e73a4e05e67
MD5 68b126225b3aece6fbc6a59f2d0af4d5
BLAKE2b-256 ab5a6077e835af0a3b587cc46d788c706dffaee2ddc5eea4c1534010c1d5ae7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for jovykit-0.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