Skip to content

Commit 362a13d

Browse files
authored
Merge pull request #24 from jukent/main
Try to fix book not building
2 parents cc4aca5 + 0a87f05 commit 362a13d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

_config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ logo: notebooks/images/logos/pythia_logo-white-rtext.svg
77
copyright: "2024"
88

99
execute:
10-
# To execute notebooks via a Binder instead, replace 'cache' with 'binder'
11-
execute_notebooks: binder
10+
execute_notebooks: cache
1211
timeout: 3600 # one hour run time
1312
allow_errors: False # cells with expected failures must set the `raises-exception` cell tag
1413

notebooks/example-workflows/key-figures.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
"metadata": {},
273273
"outputs": [],
274274
"source": [
275-
"from distributed.utils import format_bytes\n",
275+
"from dask.utils import format_bytes\n",
276276
"print(f\"Historical: {format_bytes(ds_HIST.nbytes)}\\n\"\n",
277277
" f\"20th Century: {format_bytes(ds_20C.nbytes)}\\n\"\n",
278278
" f\"RCP8.5: {format_bytes(ds_RCP85.nbytes)}\")"

0 commit comments

Comments
 (0)