We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439c0af commit 947ed89Copy full SHA for 947ed89
notes.md
@@ -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