Skip to content

Commit

Permalink
myst syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
itcarroll committed Aug 10, 2024
1 parent a869ca9 commit 1ffa98b
Showing 1 changed file with 21 additions and 27 deletions.
48 changes: 21 additions & 27 deletions book/presentations/hackweek/dask_gridding.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@
"id": "043dea79",
"metadata": {},
"source": [
"```mermaid\n",
"```{mermaid}\n",
"flowchart LR\n",
"\n",
"A(random.normal) -->|array| B(mean_and_std)\n",
Expand Down Expand Up @@ -1258,7 +1258,7 @@
"id": "16abcee5",
"metadata": {},
"source": [
"```mermaid\n",
"```{mermaid}\n",
"%%{ init: { 'flowchart': { 'curve': 'monotoneY' } } }%%\n",
"\n",
"flowchart LR\n",
Expand Down Expand Up @@ -5518,12 +5518,6 @@
}
],
"metadata": {
"jupytext": {
"text_representation": {
"extension": ".py",
"format_name": "light"
}
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
Expand All @@ -5539,7 +5533,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.14"
"version": "3.11.9"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down Expand Up @@ -5878,13 +5872,13 @@
"description": "",
"description_allow_html": false,
"layout": "IPY_MODEL_0fa5bd2afbaa4106b479092d5eba9adc",
"max": 1.0,
"min": 0.0,
"max": 1,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_4a289586dcfa43d0a7fc77951d9b774f",
"tabbable": null,
"tooltip": null,
"value": 1.0
"value": 1
}
},
"215deebb88ab419989ff45cf9aedaf93": {
Expand Down Expand Up @@ -6893,13 +6887,13 @@
"description": "",
"description_allow_html": false,
"layout": "IPY_MODEL_1ddf698861fa47d385124fb6ee5e56d8",
"max": 10.0,
"min": 0.0,
"max": 10,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_9b1f4e56e9ff4251a9e6134489c99af3",
"tabbable": null,
"tooltip": null,
"value": 10.0
"value": 10
}
},
"84e71d15d9f74a54a7f98cf69458ba4a": {
Expand Down Expand Up @@ -7052,13 +7046,13 @@
"description": "",
"description_allow_html": false,
"layout": "IPY_MODEL_294d05f74abf4ca0aa6993798c0f9315",
"max": 10.0,
"min": 0.0,
"max": 10,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_a8aea866d4134d4c93e696440c3e8834",
"tabbable": null,
"tooltip": null,
"value": 10.0
"value": 10
}
},
"b2fa6f8bf8c54b458e6db0f3e8ac0497": {
Expand Down Expand Up @@ -7292,13 +7286,13 @@
"description": "",
"description_allow_html": false,
"layout": "IPY_MODEL_d50fae4e571b40c2a1a39e6c9268140c",
"max": 1.0,
"min": 0.0,
"max": 1,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_15e77c63c4964243b972667b4a279d58",
"tabbable": null,
"tooltip": null,
"value": 1.0
"value": 1
}
},
"d27711c0f82f4484baa9685bd7cdd442": {
Expand Down Expand Up @@ -7447,13 +7441,13 @@
"description": "",
"description_allow_html": false,
"layout": "IPY_MODEL_511101091d7e4d0fbeaabed36c3fef1f",
"max": 1.0,
"min": 0.0,
"max": 1,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_c6568ef659f7459d8590e6cf50e4252f",
"tabbable": null,
"tooltip": null,
"value": 1.0
"value": 1
}
},
"d6fdc78506314692bbbdd0ba2ab906a5": {
Expand Down Expand Up @@ -7672,13 +7666,13 @@
"description": "",
"description_allow_html": false,
"layout": "IPY_MODEL_29ff1ad765ff42a7b574b33d4a993ff8",
"max": 10.0,
"min": 0.0,
"max": 10,
"min": 0,
"orientation": "horizontal",
"style": "IPY_MODEL_b2fa6f8bf8c54b458e6db0f3e8ac0497",
"tabbable": null,
"tooltip": null,
"value": 10.0
"value": 10
}
},
"fb7504f572b24361add86381bf3da303": {
Expand Down

0 comments on commit 1ffa98b

Please sign in to comment.