.. HoloViews documentation master file HoloViews ____________ **Stop plotting your data - annotate your data and let it visualize itself.** HoloViews is an `open-source `_ Python library designed to make data analysis and visualization seamless and simple. With HoloViews, you can usually express what you want to do in very few lines of code, letting you focus on what you are trying to explore and convey, not on the process of plotting. For examples, check out the thumbnails below and the other items in the `Gallery `_ of demos and apps and the `Reference Gallery `_ that shows every HoloViews component. Be sure to look at the code, not just the pictures, to appreciate how easy it is to create such plots yourself! The `Getting-Started `_ guide explains the basic concepts and how to start using HoloViews, and is the recommended way to understand how everything works. The `User Guide `_ goes more deeply into key concepts from HoloViews, when you are ready for further study. The `API `_ is the definitive guide to each HoloViews object, but the same information is available more conveniently via the `hv.help()` command and tab completion in the Jupyter notebook. If you have any `issues `_ or wish to `contribute code `_, you can visit our `GitHub site `_ or chat with the developers on `gitter `_. .. raw:: html :file: latest_news.html .. raw:: html Installation ____________ |CondaPkg|_ |PyPI|_ |License|_ |Coveralls|_ 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 `_. Additional installation and configuration options are described in the `user guide `_. Additional methods of installation, including different ways to use ``pip`` can be found in the `installation guide `_. PyViz ----- HoloViews is part of the PyViz family of tools. The `PyViz website `_ shows how to use HoloViews together with other libraries to solve complex problems, including detailed tutorials and examples. 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 To work with JupyterLab you will also need the PyViz JupyterLab extension:: conda install -c conda-forge jupyterlab jupyter labextension install @pyviz/jupyterlab_pyviz Once you have installed JupyterLab and the extension launch it with:: jupyter-lab For more details on installing and configuring HoloViews see `the user guide `_. .. |PyPI| image:: https://img.shields.io/pypi/v/holoviews.svg .. _PyPI: https://pypi.python.org/pypi/holoviews .. |CondaPkg| image:: https://anaconda.org/ioam/holoviews/badges/installer/conda.svg .. _CondaPkg: https://anaconda.org/ioam/holoviews .. |License| image:: https://img.shields.io/pypi/l/holoviews.svg .. _License: https://github.com/ioam/holoviews/blob/master/LICENSE.txt .. |Coveralls| image:: https://img.shields.io/coveralls/ioam/holoviews.svg .. _Coveralls: https://coveralls.io/r/ioam/holoviews .. toctree:: :titlesonly: :hidden: :maxdepth: 2 Home Getting Started User Guide Reference Gallery Showcase Releases API FAQ Github source About