Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published