/python-playground

Some python scripts and Jupyter notebooks

Primary LanguageJupyter NotebookMIT LicenseMIT

Hello!

This repo contains some python scripts and Jupyter notebooks.

They're mostly just my own personal notes, but they might be useful to someone.

Installation Instructions

These instructions are for Mac OS. Windows installation instructions are an exercise for the reader.

  1. Clone stuff locally.
  2. Create a virtual environment using...

python3 -m venv venv

  1. Activate this using...

source venv/bin/activate

  1. Install the requirements using...

pip install -r requirements.txt

  1. You can now launch Jupyter Notebooks using...

jupyter notebook