Skip to content

knathanieltucker/data-science-foundations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

There are two parts to the setup:

  1. Bookmark the course page, and star/follow the repository
  2. Either follow the instructions on the course page or the ones below:

Download the repo, and install the virtual env

git clone https://github.com/knathanieltucker/data-science-foundations.git
cd data-science-foundations
virtualenv env
source env/bin/activate
pip install -r requirements.txt

Updates

Before each lesson make sure to update the repo by running the following commands:

git fetch origin
git rebase origin/master

Slideshow

jupyter nbconvert mynotebook.ipynb --to slides --post serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published