Installation

pip

The VegaFusion package that provides the mime renderer can be installed into a Python environment using pip with

pip install "vegafusion[embed]"

The VegaFusion widget renderer is provided by the vegafusion-jupyter package

pip install "vegafusion-jupyter[embed]"

conda

VegaFusion can also be installed using conda from conda-forge

conda install -c conda-forge vegafusion vegafusion-python-embed vegafusion-jupyter