Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 531 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 531 Bytes

Binder

Torres Code Review

Just a simple code review I did with JD over a mass shooting dataset

Usage

Create a virtualenv in the project

pip install virtualenv # if not already installed on your system

mkdir .env
cd .env
virtualenv .
cd ..
source .env/bin/activate
pip install -r requirements.txt

Run the Jupyter Notebook

jupyter notebook

Run all cells