oguzhanogreden / deneb

altair_saver wrapped in a Docker image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deneb

A container that generates Altair graphs for you, a wrapper for altair_saver, the missing piece of the trio.

Once run, it will monitor files in a folder for Vega specifications and generate PNG images.

Installation

There is no installation. But you need Docker.

git clone https://github.com/oguzhanogreden/deneb

cd deneb 
docker build . -t deneb

Usage

In the directory where you'll save Vega specifications, simply:

docker run --volume="$PWD:/watch deneb /watch"

About

altair_saver wrapped in a Docker image


Languages

Language:Python 77.5%Language:Dockerfile 22.5%