For installation instructions for various platforms, see the file installation-instructions.txt .
To open the interactive notebooks locally:
On Mac and Linux:
- open a terminal
- go to the directory where you downloaded and extracted our files (example: cd /your/path/to/python-course)
- Run: ipython3 notebook
On Windows with Pyzo (assuming default installation):
- open the command prompt
- go to the directory where you downloaded and extracted our files (example: cd c:\your\path\to\python-course)
- Run: c:\pyzo2013b\ipython.exe notebook
Make use not to use Internet Explorer, if that is your default browser, copy the URL that pops up to Google Chrome or Firefox.
This is a fall-back method.
Chapter 3 - Text Preprocessing