PyVis is a data visualization tool that is an extension of pybaseball.
See below on how to start using PyVis.
First, you need to install pybaseball
by typing the following into the command line: pip install pybaseball
. If you don't have pip
, install it here.
It is recommended that you replace any local files installed by pip
with the files from the pybaseball
repo, as some functions in PyVis
use updated functions that have not been updated in the pip
installation.
Currently, you cannot install PyVis via pip
. In the future, that will be the case. For now, download all the Python files in the PyVis folder into a local folder on your computer.
See Explaining PyVis.md to learn more about the capabilities of PyVis. Have fun visualizing!
See CONTRIBUTING.md to learn how you can contribute to PyVis.
The PyVis project is under the MIT License. See LICENSE.md for more.
- Dr. Nicholas Zufelt
- Mr. James LeDoux
- Ms. Billie Thompson
- CSC630 Classmates
- Additional references available here