/python-firenze-meetup-2020-02-06

Jupyter notebook for my talk @ Python Firenze Meetup, 2020-02-06

Primary LanguageJupyter Notebook

PyFirenze Meetup

Binder

An animated GIF showing a map of food inspections in San Francisco in 2013-2016

A map of food inspections in San Francisco in 2016

Facet grid of the reaction times for sleep-deprived subjects over 10 days

Installation

If you don't already have it, download Anaconda or Miniconda.

Create the Python virtual environment from the environment.yml file:

conda env create -f environment.yml

Run the notebook

Activate the virtual environment and run the jupyter notebook server:

conda activate pyfirenze37
jupyter notebook

To deactivate the virtual environment, run conda deactivate from this repository root.