Skip to content

Commit 3e3a019

Browse files
committed
Minor edits
1 parent e600c28 commit 3e3a019

File tree

2 files changed

+21
-14
lines changed

2 files changed

+21
-14
lines changed

notebooks/01_introduction.ipynb

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"[server](http://docs.bokeh.org/en/latest/docs/user_guide/server.html).\n",
4545
"But Bokeh also works directly in Jupyter Notebooks.\n",
4646
"\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:"
4848
]
4949
},
5050
{
@@ -126,9 +126,11 @@
126126
"with Jupyter notebooks.\n",
127127
"\n",
128128
"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",
130130
"[\"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:"
132134
]
133135
},
134136
{
@@ -220,12 +222,16 @@
220222
"After you have modified the code, please run the cell again. You will then see the\n",
221223
"results right underneath that cell.\n",
222224
"\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",
226228
"\n",
227229
"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."
229235
]
230236
},
231237
{

notebooks/02_installation_and_setup.ipynb

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"source": [
3131
"This chapter provides an overview of the installation and setup of Bokeh.\n",
3232
"\n",
33-
"While installing Bokeh is not required in order to read and run this tutorial,\n",
34-
"this chapter provides all information necessary to install Bokeh for most\n",
33+
"**Installing Bokeh is not required in order to read and run this tutorial.**\n",
34+
"However, this chapter provides all information necessary to install Bokeh for most\n",
3535
"use cases (beyond this tutorial).\n",
3636
"\n",
3737
"If you just want to get a first impression of Bokeh, feel free to skip this chapter\n",
38-
"and go straight to [03 Basic Concepts](03_basic_concepts.ipynb)."
38+
"and **go straight to [03 Basic Concepts](03_basic_concepts.ipynb)**."
3939
]
4040
},
4141
{
@@ -67,12 +67,13 @@
6767
]
6868
},
6969
{
70+
"attachments": {},
7071
"cell_type": "markdown",
7172
"metadata": {},
7273
"source": [
7374
"### Running Bokeh in classic notebooks\n",
7475
"\n",
75-
"Bokeh supports notebooks running in the classic Jupyter Notebook without any\n",
76+
"Bokeh supports notebooks running in the classic Jupyter notebook without any\n",
7677
"additional setup.\n",
7778
"\n",
7879
"To enable output of Bokeh directly into a notebook cell, you only need to\n",
@@ -132,7 +133,7 @@
132133
],
133134
"metadata": {
134135
"kernelspec": {
135-
"display_name": "Python 3 (ipykernel)",
136+
"display_name": "bk-tutorial",
136137
"language": "python",
137138
"name": "python3"
138139
},
@@ -146,11 +147,11 @@
146147
"name": "python",
147148
"nbconvert_exporter": "python",
148149
"pygments_lexer": "ipython3",
149-
"version": "3.10.8"
150+
"version": "3.10.8 | packaged by conda-forge | (main, Nov 22 2022, 08:16:33) [MSC v.1929 64 bit (AMD64)]"
150151
},
151152
"vscode": {
152153
"interpreter": {
153-
"hash": "ab488fdb8b9aa36105a44cbd221df14ac07fc4003f76992d613ea31bfd3a4f61"
154+
"hash": "0494a81e5f69860dcb844ce8e12eb9c88a7e813ddbfb0fbade72137f5ce45437"
154155
}
155156
}
156157
},

0 commit comments

Comments
 (0)