Skip to content

xubowenhaoren/IntroDataAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

IntroDataAnalysis

Supporting files for Intro Data Analysis Workshop, Spring 2018

Setup (In Terminal/CMD/PowerShell)

installing notebook

On macOS:
python3 -m pip install --upgrade pip
python3 -m pip install jupyter
On windows:
python -m pip install --upgrade pip
python -m pip install jupyter

installing requirements

pip3 install matplotlib
pip3 install pandas
pip3 install scipy

starting notebook AT YOUR WORKSPACE FOLDER

jupyter notebook

Credits to QCaudron

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published