altair · PyPI
https://pypi.org/project/altair10.07.2016 · Altair . https://altair-viz.github.io. Altair is a declarative statistical visualization library for Python. With Altair, you can spend more time understanding your data and its meaning. Altair's API is simple, friendly and consistent and built on top of the powerful Vega-Lite JSON specification. This elegant simplicity produces beautiful and effective visualizations with a …
altair · PyPI
pypi.org › project › altairJul 10, 2016 · Explore Altair with dozens of examples in the Example Gallery; Installation. To use Altair for visualization, you need to install two sets of tools. The core Altair Package and its dependencies. The renderer for the frontend you wish to use (i.e. Jupyter Notebook, JupyterLab, or nteract) Altair can be installed with either pip or with conda.
altair-viewer · PyPI
https://pypi.org/project/altair-viewer06.11.2021 · Installation. Altair Viewer can be installed from the Python Package Index with pip: $ pip install altair_viewer Usage: General Environments. Altair viewer provides two top-level functions for displaying charts: display() and show(). Their intended use is slightly different: import altair_viewer altair_viewer. display (chart)
Installation — Altair 4.2.0 documentation
altair-viz.github.io › installationAltair has the following dependencies, all of which are installed automatically with the above installation commands: python 3.6 or newer. entrypoints. jsonschema. NumPy. Pandas. Toolz. To run Altair’s full test suite and build Altair’s documentation requires a few additional dependencies: flake8. pytest. jinja2. sphinx. m2r. docutils. vega ...