Skip to content

Commit 947ed89

Browse files
authored
Create notes.md
1 parent 439c0af commit 947ed89

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

notes.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
### Notes on the Board
2+
3+
#### Setup Steps
4+
Go to github.com/adashofdata and follow the four steps in the README.md file.
5+
1. Download Anaconda
6+
2. Download nlp-in-python-tutorial repo on Github
7+
3. Test to see if you can open a Jupyter Notebook
8+
4. Download additional packages - wordcloud, textblob, gensim
9+
10+
#### Resources
11+
* **Jupyter Notebook shortcuts**
12+
* Run a cell of code: Shift+Enter
13+
* Insert a cell above: Esc-A
14+
* Insert a cell below: Esc-B
15+
* See documentation: Shift+Tab
16+
* **Web scraping**
17+
* Inspect Element in Chrome: Command+Shift+C
18+
* **Regular expressions**
19+
* Website to test regular expressions: regex101.com

0 commit comments

Comments
 (0)