Skip to content

Commit e6c61ba

Browse files
authored
Nebari-specific updates for SciPy 2023 (#14)
* 🔧 Set Nebari-specific Bokeh env in all notebooks * 📝 Add code and explanation to download sampledata * 📝 Add nebari setup instructions for scipy
1 parent 42c5667 commit e6c61ba

19 files changed

+108
-234
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ You can also [install and run the notebooks on a local machine](#local-setup).
1212
This is helpful if you can't access mybinder.org, or if you want to
1313
[contribute to this tutorial](#contributing-to-this-tutorial).
1414

15+
## Setup with Nebari for Scipy 2023
16+
17+
This tutorial is being presented live at SciPy 2023, where you can use Nebari (JupterHub) hosted at [scipy.quansight.dev](https://http://scipy.quansight.dev/) to follow along.
18+
19+
Follow [this participant's guide](https://docs.google.com/document/d/1vnWhNyUBRpILb2MAHQfTmZQY3pCIaCmroV9ke49nQlE/edit) to register and sign-in at, and use the following link to clone the tutorial materials:
20+
21+
```bash
22+
https://github.com/bokeh/tutorial.git
23+
```
24+
25+
In the `tutorial` folder that's created with all material, navigate to the `notebooks` folder, and open `01_introduction.ipynb`.
26+
27+
The environment for this tutorial is `global-gloabl-interactive-dataviz-bokeh`, and it is automatically selected for you.
28+
1529
## Local setup
1630

1731
Follow these steps to run the tutorial notebooks on your local machine:

notebooks/01_introduction.ipynb

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"cells": [
33
{
4-
"attachments": {},
54
"cell_type": "markdown",
65
"metadata": {},
76
"source": [
@@ -25,7 +24,6 @@
2524
]
2625
},
2726
{
28-
"attachments": {},
2927
"cell_type": "markdown",
3028
"metadata": {},
3129
"source": [
@@ -92,7 +90,6 @@
9290
]
9391
},
9492
{
95-
"attachments": {},
9693
"cell_type": "markdown",
9794
"metadata": {},
9895
"source": [
@@ -125,7 +122,6 @@
125122
]
126123
},
127124
{
128-
"attachments": {},
129125
"cell_type": "markdown",
130126
"metadata": {},
131127
"source": [
@@ -161,7 +157,6 @@
161157
]
162158
},
163159
{
164-
"attachments": {},
165160
"cell_type": "markdown",
166161
"metadata": {},
167162
"source": [
@@ -193,7 +188,6 @@
193188
]
194189
},
195190
{
196-
"attachments": {},
197191
"cell_type": "markdown",
198192
"metadata": {},
199193
"source": [
@@ -209,7 +203,6 @@
209203
]
210204
},
211205
{
212-
"attachments": {},
213206
"cell_type": "markdown",
214207
"metadata": {},
215208
"source": [
@@ -248,7 +241,6 @@
248241
]
249242
},
250243
{
251-
"attachments": {},
252244
"cell_type": "markdown",
253245
"metadata": {},
254246
"source": [
@@ -277,7 +269,6 @@
277269
]
278270
},
279271
{
280-
"attachments": {},
281272
"cell_type": "markdown",
282273
"metadata": {},
283274
"source": [
@@ -296,9 +287,9 @@
296287
],
297288
"metadata": {
298289
"kernelspec": {
299-
"display_name": "Python 3 (ipykernel)",
290+
"display_name": "global-global-interactive-dataviz-bokeh",
300291
"language": "python",
301-
"name": "python3"
292+
"name": "conda-env-global-global-interactive-dataviz-bokeh-py"
302293
},
303294
"language_info": {
304295
"codemirror_mode": {
@@ -319,5 +310,5 @@
319310
}
320311
},
321312
"nbformat": 4,
322-
"nbformat_minor": 2
313+
"nbformat_minor": 4
323314
}

notebooks/02_installation_and_setup.ipynb

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"cells": [
33
{
4-
"attachments": {},
54
"cell_type": "markdown",
65
"metadata": {},
76
"source": [
@@ -25,7 +24,6 @@
2524
]
2625
},
2726
{
28-
"attachments": {},
2927
"cell_type": "markdown",
3028
"metadata": {},
3129
"source": [
@@ -40,7 +38,6 @@
4038
]
4139
},
4240
{
43-
"attachments": {},
4441
"cell_type": "markdown",
4542
"metadata": {},
4643
"source": [
@@ -68,7 +65,6 @@
6865
]
6966
},
7067
{
71-
"attachments": {},
7268
"cell_type": "markdown",
7369
"metadata": {},
7470
"source": [
@@ -93,7 +89,6 @@
9389
]
9490
},
9591
{
96-
"attachments": {},
9792
"cell_type": "markdown",
9893
"metadata": {},
9994
"source": [
@@ -105,7 +100,6 @@
105100
]
106101
},
107102
{
108-
"attachments": {},
109103
"cell_type": "markdown",
110104
"metadata": {},
111105
"source": [
@@ -118,7 +112,6 @@
118112
]
119113
},
120114
{
121-
"attachments": {},
122115
"cell_type": "markdown",
123116
"metadata": {},
124117
"source": [
@@ -135,9 +128,9 @@
135128
],
136129
"metadata": {
137130
"kernelspec": {
138-
"display_name": "Python 3 (ipykernel)",
131+
"display_name": "global-global-interactive-dataviz-bokeh",
139132
"language": "python",
140-
"name": "python3"
133+
"name": "conda-env-global-global-interactive-dataviz-bokeh-py"
141134
},
142135
"language_info": {
143136
"codemirror_mode": {
@@ -158,5 +151,5 @@
158151
}
159152
},
160153
"nbformat": 4,
161-
"nbformat_minor": 2
154+
"nbformat_minor": 4
162155
}

notebooks/03_basic_concepts.ipynb

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"cells": [
33
{
4-
"attachments": {},
54
"cell_type": "markdown",
65
"metadata": {},
76
"source": [
@@ -36,7 +35,6 @@
3635
]
3736
},
3837
{
39-
"attachments": {},
4038
"cell_type": "markdown",
4139
"metadata": {},
4240
"source": [
@@ -45,7 +43,6 @@
4543
]
4644
},
4745
{
48-
"attachments": {},
4946
"cell_type": "markdown",
5047
"metadata": {},
5148
"source": [
@@ -71,7 +68,6 @@
7168
]
7269
},
7370
{
74-
"attachments": {},
7571
"cell_type": "markdown",
7672
"metadata": {},
7773
"source": [
@@ -99,7 +95,6 @@
9995
]
10096
},
10197
{
102-
"attachments": {},
10398
"cell_type": "markdown",
10499
"metadata": {},
105100
"source": [
@@ -138,7 +133,6 @@
138133
]
139134
},
140135
{
141-
"attachments": {},
142136
"cell_type": "markdown",
143137
"metadata": {},
144138
"source": [
@@ -156,7 +150,6 @@
156150
]
157151
},
158152
{
159-
"attachments": {},
160153
"cell_type": "markdown",
161154
"metadata": {},
162155
"source": [
@@ -170,7 +163,6 @@
170163
]
171164
},
172165
{
173-
"attachments": {},
174166
"cell_type": "markdown",
175167
"metadata": {},
176168
"source": [
@@ -202,15 +194,13 @@
202194
]
203195
},
204196
{
205-
"attachments": {},
206197
"cell_type": "markdown",
207198
"metadata": {},
208199
"source": [
209200
"You'll learn more about widgets in chapter [11 Widgets and interactivity](11_widgets_and_interactivity.ipynb)."
210201
]
211202
},
212203
{
213-
"attachments": {},
214204
"cell_type": "markdown",
215205
"metadata": {},
216206
"source": [
@@ -254,15 +244,13 @@
254244
]
255245
},
256246
{
257-
"attachments": {},
258247
"cell_type": "markdown",
259248
"metadata": {},
260249
"source": [
261250
"You will learn more about layouts in chapter [10 Layouts](10_layouts.ipynb)."
262251
]
263252
},
264253
{
265-
"attachments": {},
266254
"cell_type": "markdown",
267255
"metadata": {},
268256
"source": [
@@ -282,9 +270,9 @@
282270
],
283271
"metadata": {
284272
"kernelspec": {
285-
"display_name": "Python 3 (ipykernel)",
273+
"display_name": "global-global-interactive-dataviz-bokeh",
286274
"language": "python",
287-
"name": "python3"
275+
"name": "conda-env-global-global-interactive-dataviz-bokeh-py"
288276
},
289277
"language_info": {
290278
"codemirror_mode": {
@@ -305,5 +293,5 @@
305293
}
306294
},
307295
"nbformat": 4,
308-
"nbformat_minor": 2
296+
"nbformat_minor": 4
309297
}

notebooks/04_basic_plots.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -529,9 +529,9 @@
529529
],
530530
"metadata": {
531531
"kernelspec": {
532-
"display_name": "Python 3 (ipykernel)",
532+
"display_name": "global-global-interactive-dataviz-bokeh",
533533
"language": "python",
534-
"name": "python3"
534+
"name": "conda-env-global-global-interactive-dataviz-bokeh-py"
535535
},
536536
"language_info": {
537537
"codemirror_mode": {
@@ -552,5 +552,5 @@
552552
}
553553
},
554554
"nbformat": 4,
555-
"nbformat_minor": 2
555+
"nbformat_minor": 4
556556
}

0 commit comments

Comments
 (0)