Skip to content

painterly/quantcon16-workshop

Repository files navigation

Intro to Python for Data Analysis Workshop

Setup Instructions

Option 1

If you do have or want to install Python3 and Pip:

Run the following commands on the command line:

  • pip3 install jupyter numpy pandas matplotlib seaborn

Option 2

If you want to use a Docker container:

  • Install docker (go to docker.com and follow the instructions)

Run the following commands on the command line:

  • docker pull jupyter/scipy-notebook
  • docker run -t -i -p 8888:8888 jupyter/scipy-notebook /bin/bash

See this gist for details. https://gist.github.com/painterly/113b32ac6c00c7fd83ab3d36567f2d62

Learning resources

Resources for break out sessions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published