Skip to content

Commit 5f2ea51

Browse files
committed
Add a notebook for running the interactive simulation
1 parent 5f75993 commit 5f2ea51

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": 2,
6+
"id": "0b11fbff-159d-43d1-8511-c57e3a0e483a",
7+
"metadata": {},
8+
"outputs": [
9+
{
10+
"data": {
11+
"application/vnd.jupyter.widget-view+json": {
12+
"model_id": "86863e550e08409fb011ef20abb9884e",
13+
"version_major": 2,
14+
"version_minor": 0
15+
},
16+
"text/html": [
17+
"Cannot show widget. You probably want to rerun the code cell above (<i>Click in the code cell, and press Shift+Enter <kbd>⇧</kbd>+<kbd>↩</kbd></i>)."
18+
],
19+
"text/plain": [
20+
"Cannot show ipywidgets in text"
21+
]
22+
},
23+
"metadata": {},
24+
"output_type": "display_data"
25+
}
26+
],
27+
"source": [
28+
"from simulatingrisk.hawkdovemulti.app import page\n",
29+
"\n",
30+
"page"
31+
]
32+
}
33+
],
34+
"metadata": {
35+
"kernelspec": {
36+
"display_name": "Python 3 (ipykernel)",
37+
"language": "python",
38+
"name": "python3"
39+
},
40+
"language_info": {
41+
"codemirror_mode": {
42+
"name": "ipython",
43+
"version": 3
44+
},
45+
"file_extension": ".py",
46+
"mimetype": "text/x-python",
47+
"name": "python",
48+
"nbconvert_exporter": "python",
49+
"pygments_lexer": "ipython3",
50+
"version": "3.12.7"
51+
}
52+
},
53+
"nbformat": 4,
54+
"nbformat_minor": 5
55+
}

0 commit comments

Comments
 (0)