Installation

HoloViews works with Python 2.7 and Python 3 on Linux, Windows, or Mac, and provides optional extensions for working with the Jupyter/IPython Notebook .

The recommended way to install HoloViews is using the conda command provided by Anaconda or Miniconda :

conda install -c ioam holoviews bokeh

This command will install the typical packages most useful with HoloViews, though HoloViews itself directly depends only on Numpy and Param .

Usage

Once you've installed HoloViews, you can get a copy of all the examples shown on this website:

holoviews --install-examples
cd holoviews-examples

And then you can launch Jupyter Notebook to explore them:

jupyter notebook

Right click to download this notebook from GitHub.