File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
notebooks/example-workflows Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ logo: notebooks/images/logos/pythia_logo-white-rtext.svg
7
7
copyright : " 2024"
8
8
9
9
execute :
10
- # To execute notebooks via a Binder instead, replace 'cache' with 'binder'
11
- execute_notebooks : binder
10
+ execute_notebooks : cache
12
11
timeout : 3600 # one hour run time
13
12
allow_errors : False # cells with expected failures must set the `raises-exception` cell tag
14
13
Original file line number Diff line number Diff line change 272
272
"metadata" : {},
273
273
"outputs" : [],
274
274
"source" : [
275
- " from distributed .utils import format_bytes\n " ,
275
+ " from dask .utils import format_bytes\n " ,
276
276
" print(f\" Historical: {format_bytes(ds_HIST.nbytes)}\\ n\"\n " ,
277
277
" f\" 20th Century: {format_bytes(ds_20C.nbytes)}\\ n\"\n " ,
278
278
" f\" RCP8.5: {format_bytes(ds_RCP85.nbytes)}\" )"
You can’t perform that action at this time.
0 commit comments