andrewjkerr / hockey-notebooks

messing around with hockey stats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hockey-notebooks

This is a collection of Jupyter Notebooks using hockey statistics to learn how to do some analysis with Python.

Installation & Setup (macOS)

Requirements: You'll need Python3 installed from Homebrew for these instructions (which, at least, the first two instructions come from Homebrew's Python documentation :p).

  1. Upgrade setuptools: python3 -m pip install --upgrade setuptools
  2. Upgrade pip: python3 -m pip install --upgrade pip
  3. Install jupyterlab: python3 -m pip install jupyterlab
  4. Install TopDownHockey_Scraper: python3 -m pip install TopDownHockey_Scraper

Using JupyterLab UI

  1. Start the server: python3 -m jupyterlab
  2. Use the in-browser JupyterLab!

Using VSCode

The VSCode documentation explains how to use Jupyter notebooks: Jupyter Notebooks in VSCode

About

messing around with hockey stats

License:MIT License


Languages

Language:Jupyter Notebook 100.0%