Skip to content

Materials for Webscraping for Fun and profit, ACT-W, May 19 2017

Notifications You must be signed in to change notification settings

wsuen/Webscraping-Workshop-ACTW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Webscraping-Workshop-ACTW

Materials for Webscraping for Fun and Profit *ACT-W, NYC *May 19 2017

Installation and Setup

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

Troubleshooting

ImportError: No module named *

If you get an ImportError, this means that a needed package is not available. If you have not already, pip install the missing package.

About

Materials for Webscraping for Fun and profit, ACT-W, May 19 2017

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published