Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 912 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 912 Bytes

Interactive Visualizations with Bokeh

This repository contains the material from my talk at the January 10th, 2019 MadPy meetup.

Click the "launch binder" button below to create a live version of this talk:

Binder

Alternatively, follow the steps below starting from the base directory of the repository to set up a local environment.

Setup

Step 1: Create a Conda environment

conda env create --file environment.yml

Step 2: Activate Conda environment

conda activate interactive-viz

Step 3: Launch JupyterLab

jupyter lab madpy_interactive_viz.ipynb

Data Credit

The datasets used in this talk were created using https://www.basketball-reference.com.

License

MIT LICENSE