Skip to content

Commit 329ef7a

Browse files
authored
Updates for 3.5 (#36)
* updates for 3.5 * remove metadata update
1 parent baec403 commit 329ef7a

File tree

2 files changed

+9
-18
lines changed

2 files changed

+9
-18
lines changed

environment.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@ name: bk-tutorial
22
channels:
33
- conda-forge
44
dependencies:
5-
- bokeh>=3.3.1
5+
- python>=3.12
6+
- pip
67
- geojson
78
- geopandas
89
- jupyter_client<8
910
- notebook
1011
- pandas
1112
- pyshp
12-
- python>=3.12
13+
- ipykernel
14+
- pip:
15+
- bokeh==3.5
16+
- bokeh_sampledata

notebooks/11_widgets_interactivity.ipynb

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -270,21 +270,7 @@
270270
"cell_type": "markdown",
271271
"metadata": {},
272272
"source": [
273-
"This example uses the [sampledata that comes with Bokeh](https://docs.bokeh.org/en/latest/docs/reference/sampledata.html#bokeh-sampledata).\n",
274-
"You can download it with the following code:"
275-
]
276-
},
277-
{
278-
"cell_type": "code",
279-
"execution_count": null,
280-
"metadata": {
281-
"tags": []
282-
},
283-
"outputs": [],
284-
"source": [
285-
"import bokeh.sampledata\n",
286-
"\n",
287-
"bokeh.sampledata.download()"
273+
"This example uses the [sampledata that comes with Bokeh](https://docs.bokeh.org/en/latest/docs/reference/sampledata.html#bokeh-sampledata)."
288274
]
289275
},
290276
{
@@ -523,7 +509,8 @@
523509
{
524510
"cell_type": "code",
525511
"execution_count": null,
526-
"metadata": {},
512+
"metadata": {
513+
},
527514
"outputs": [],
528515
"source": [
529516
"import numpy as np\n",

0 commit comments

Comments
 (0)