|
18 | 18 | ## Table of contents
|
19 | 19 |
|
20 | 20 | * [Introduction](#introduction)
|
21 | | - * [Who is this repository for?](#audience) |
22 | | - * [How to use this repository?](#howtouse) |
| 21 | + * [Who is this repository for?](#audience) |
| 22 | + * [How to use this repository?](#howtouse) |
23 | 23 | * [Getting your Python setup ready](#setup)
|
24 | 24 | * [Using Python](#usingpython)
|
25 | 25 | * [Code along](#codealong)
|
@@ -49,9 +49,10 @@ However, many of the basics are also perfectly applicable if you are looking to
|
49 | 49 | This repository is written to facilitate learning by doing.
|
50 | 50 |
|
51 | 51 | To facilitate this all the materials are written up in a Jupyter Notebook. See: `NLP_notebook.ipynb`.
|
52 | | - |
53 | 52 | The topics are split up by task description.
|
54 | 53 |
|
| 54 | +It is best to view the notebook locally or on nbviewer using this link: [click here](http://nbviewer.jupyter.org/github/TiesdeKok/Python_NLP_Tutorial/blob/d660d0ad5806978a390f890f26766f80909ab30a/NLP_Notebook.ipynb) |
| 55 | + |
55 | 56 | ### Not yet familiar with the basic Python syntax?
|
56 | 57 |
|
57 | 58 | Please check out my "Getting started with Python for Research" repository: [click here](https://github.com/TiesdeKok/LearnPythonforResearch)
|
@@ -108,12 +109,12 @@ I recommend to watch this excellent YouTube video: [Awesome Data Science: 1.0 Ju
|
108 | 109 | `command mode` --> enable by pressing `esc`
|
109 | 110 | `edit mode` --> enable by pressing `enter`
|
110 | 111 |
|
111 | | -| `command mode` |`edit mode` | `both modes` |
112 | | -|---|---|--- |
113 | | -| `Y` : cell to code| `Tab` : code completion or indent | `Shift-Enter` : run cell, select below |
| 112 | +| `command mode` |`edit mode` | `both modes` |
| 113 | +|---|---|--- |
| 114 | +| `Y` : cell to code| `Tab` : code completion or indent | `Shift-Enter` : run cell, select below |
114 | 115 | | `M` : cell to markdown | `Shift-Tab` : tooltip | `Ctrl-Enter` : run cell
|
115 | | -| `A` : insert cell above | `Ctrl-A` : select all | |
116 | | -| `B` : insert cell below | `Ctrl-Z` : undo | |
| 116 | +| `A` : insert cell above | `Ctrl-A` : select all | |
| 117 | +| `B` : insert cell below | `Ctrl-Z` : undo | |
117 | 118 | | `X`: cut selected cell |
|
118 | 119 |
|
119 | 120 | <h2 id="codealong">Code along!</h2>
|
|
0 commit comments