Materials for Webscraping for Fun and Profit *ACT-W, NYC *May 19 2017
Instructions for Linux/Mac
# Open a terminal window. (Optional) Create a directory where you want to save this repo, and cd into directory.
mkdir <foobar_directory>
cd <foobar_directory>
#Clone this repo.
git clone https://github.com/wsuen/Webscraping-Workshop-ACTW.git
#cd into notebooks directory
cd notebooks
#Run jupyter notebook. This should open a browser tab with access to demo notebook.
jupyter notebooki
If you get an ImportError, this means that a needed package is not available. If you have not already, pip install
the missing package.