File tree Expand file tree Collapse file tree 2 files changed +9
-18
lines changed Expand file tree Collapse file tree 2 files changed +9
-18
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,15 @@ name: bk-tutorial
2
2
channels :
3
3
- conda-forge
4
4
dependencies :
5
- - bokeh>=3.3.1
5
+ - python>=3.12
6
+ - pip
6
7
- geojson
7
8
- geopandas
8
9
- jupyter_client<8
9
10
- notebook
10
11
- pandas
11
12
- pyshp
12
- - python>=3.12
13
+ - ipykernel
14
+ - pip :
15
+ - bokeh==3.5
16
+ - bokeh_sampledata
Original file line number Diff line number Diff line change 270
270
"cell_type" : " markdown" ,
271
271
"metadata" : {},
272
272
"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)."
288
274
]
289
275
},
290
276
{
523
509
{
524
510
"cell_type" : " code" ,
525
511
"execution_count" : null ,
526
- "metadata" : {},
512
+ "metadata" : {
513
+ },
527
514
"outputs" : [],
528
515
"source" : [
529
516
" import numpy as np\n " ,
You can’t perform that action at this time.
0 commit comments