railyard-builder

Modular Jupyter Notebook container builds from Yaml definitions


Keywords
railyard, container, dependencies, modular
License
MIT
Install
pip install railyard-builder==0.1.1

Documentation

Railyard

Documentation Status

Modular Jupyter Ncontainer builds from Yaml definitions

Features

  • Container image template using popular package managers and best practices
  • Stack (additional languages/kernels/dependencies) defined in .yaml file
  • Build and push images for all combinations of stacks
  • (Coming next) Jenkins pipeline for CI/CD integration
  • (Coming next) Tracking of package updates and bot creating PRs
  • (Coming next) Automatic tests of containers

Interactive demo

Try configuring your container at the link below. Pick and choose languages and packages you need, get the container ID and use it whenever you want: pull and use on your local machine / config to use on JupyterHub instances. All images are already prebuilt and kept up to date.

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ktaletsk/railyard/master?urlpath=%2Fvoila%2Frender%2Fbuilder-ui%2FContainerBuilder.ipynb)

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.