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
22channels :
33 - conda-forge
44dependencies :
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
Original file line number Diff line number Diff line change 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 {
523509 {
524510 "cell_type" : " code" ,
525511 "execution_count" : null ,
526- "metadata" : {},
512+ "metadata" : {
513+ },
527514 "outputs" : [],
528515 "source" : [
529516 " import numpy as np\n " ,
You can’t perform that action at this time.
0 commit comments