Skip to main content

Interactive Timeline Visualizations

Project description

BuildTest PyPi License Downloads PythonVersion

Interactive Timeline Visualizations

This tool leverages the amazing vis-timeline library (https://visjs.github.io/vis-timeline/docs/timeline/) to provide interactive visualizations.

Installation

pip install pyvis-timeline

Sample Usage

>>> from pyvis_timeline import timeline, dataset
>>> df = dataset().load_as_df("COVID19_Variants_Date_of_Designation")
>>> timeline(title='COVID-19 Variants - Date of Designation').add_df(df).show('output.html')

Sample Screenshot

COVID-19 Variants Designation Timeline as of 2021-11-27

image1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyvis-timeline-0.0.8.tar.gz (101.0 kB view hashes)

Uploaded Source

Built Distribution

pyvis_timeline-0.0.8-py3-none-any.whl (101.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page