### Notes on the Board
#### Setup Steps
Go to github.com/adashofdata and follow the four steps in the README.md file.
1. Download Anaconda
2. Download nlp-in-python-tutorial repo on Github
3. Test to see if you can open a Jupyter Notebook
4. Download additional packages - wordcloud, textblob, gensim
#### Resources
* **Jupyter Notebook shortcuts**
* Run a cell of code: Shift+Enter
* Insert a cell above: Esc-A
* Insert a cell below: Esc-B
* See documentation: Shift+Tab
* **Web scraping**
* Inspect Element in Chrome: Command+Shift+C
* **Regular expressions**
* Website to test regular expressions: https://regex101.com