Skip to content

dmoggles/footballdashboards

Repository files navigation

footballdashboards

Setting up Dev Environment

To develop footballdashboards, you'll need to correctly set up your virtual environment.

Run the following commands first.

  • python -m venv env
  • If developing in Linux: source env/bin/activate
  • If developing in Windows: env\scripts\activate
  • pip install -r requirements/dev.txt

Examples

The examples folder contains a sample dataset, a sample data accessor class that illustrates the data accessor duck type and some sample notebooks. The docstring of each Dashboard class provides in depth documentation on using each Dashboard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published