Data Visualization Tutorial

SciPy 2018 Conference

AT&T Conference Center at Austin, Texas

Presented by Kira Evans and David Shupe

Travis Status Appveyor Status

Setup Instructions

Clone the tutorial repository and change your working directory:

$ git clone https://github.com/kne42/data-visualization-tutorial.git
$ cd data-visualization-tutorial

If you do not have git installed, you can download the tutorial as a zip.

Install Conda

Install Conda

If you haven't already, install conda.

Anaconda as a Setup Tool

Create a new environment with the right dependencies:

$ conda env create

If you're on MacOS or Linux, activate the environment with:

$ source activate dv-tut

Or the following if on Windows:

$ activate dv-tut

Jupyter Magic!

Open our tutorial syllabus with jupyter notebook:

$ jupyter notebook 00-overview.ipynb