|
44 | 44 | "[server](http://docs.bokeh.org/en/latest/docs/user_guide/server.html).\n",
|
45 | 45 | "But Bokeh also works directly in Jupyter Notebooks.\n",
|
46 | 46 | "\n",
|
47 |
| - "Run the two notebook cell below to see Bokeh in action:" |
| 47 | + "Run the two notebook cells below to see Bokeh in action:" |
48 | 48 | ]
|
49 | 49 | },
|
50 | 50 | {
|
|
126 | 126 | "with Jupyter notebooks.\n",
|
127 | 127 | "\n",
|
128 | 128 | "In the course of this tutorial, you will learn everything you need to know about Bokeh\n",
|
129 |
| - "to build this interactive dashboard using the\n", |
| 129 | + "to build an interactive dashboard using the\n", |
130 | 130 | "[\"T-100 Domestic Market\"](https://transtats.bts.gov/DL_SelectFields.aspx?gnoyr_VQ=FIL&QO_fu146_anzr=Nv4%20Pn44vr45)\n",
|
131 |
| - "dataset of airline routes within the United States for the year 2021:" |
| 131 | + "dataset of airline routes within the United States for the year 2021.\n", |
| 132 | + "\n", |
| 133 | + "Run the next code cell to see the dashboard you'll be building:" |
132 | 134 | ]
|
133 | 135 | },
|
134 | 136 | {
|
|
220 | 222 | "After you have modified the code, please run the cell again. You will then see the\n",
|
221 | 223 | "results right underneath that cell.\n",
|
222 | 224 | "\n",
|
223 |
| - "At the bottom of each notebook, you will find a link to the next chapter in the tutorial.\n", |
224 |
| - "When you open a new chapter, all code cells will be in their initial state. Please\n", |
225 |
| - "run each code cell as you make your way through each chapter.\n", |
| 225 | + "At the bottom of each notebook, you will find a **link to the next chapter in the tutorial**.\n", |
| 226 | + "When you open a new chapter, all code cells will be in their initial state.\n", |
| 227 | + "Run each code cell as you make your way through each chapter.\n", |
226 | 228 | "\n",
|
227 | 229 | "Please **run the code cells in the order they are presented** in the notebooks. If you\n",
|
228 |
| - "don't run the code cells in the correct order, you might get errors." |
| 230 | + "don't run the code cells in the correct order, you might get errors.\n", |
| 231 | + "\n", |
| 232 | + "Running code means you update the notebook file. When you close a notebook to move from\n", |
| 233 | + "one chapter to another, your browser will ask you for **confirmation to leave the site**.\n", |
| 234 | + "You can safely ignore this message for the purpose of this tutorial." |
229 | 235 | ]
|
230 | 236 | },
|
231 | 237 | {
|
|
0 commit comments