Skip to content

Commit c9a415f

Browse files
committed
Merge branch 'deadundead-fix-interactive-plots-PR'
2 parents a288f6e + e680473 commit c9a415f

6 files changed

+367
-332
lines changed

Diff for: 01-g-h-filter.ipynb

+88-181
Large diffs are not rendered by default.

Diff for: 02-Discrete-Bayes.ipynb

+36-32
Large diffs are not rendered by default.

Diff for: 03-Gaussians.ipynb

+33-32
Large diffs are not rendered by default.

Diff for: 04-One-Dimensional-Kalman-Filters.ipynb

+69-53
Large diffs are not rendered by default.

Diff for: 06-Multivariate-Kalman-Filters.ipynb

+131-15
Large diffs are not rendered by default.

Diff for: Supporting_Notebooks/Interactions.ipynb

+10-19
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
" <style>\n",
1313
" .output_wrapper, .output {\n",
1414
" height:auto !important;\n",
15-
" max-height:100000px; \n",
15+
" max-height:100000px;\n",
1616
" }\n",
1717
" .output_scroll {\n",
1818
" box-shadow:none !important;\n",
@@ -93,23 +93,13 @@
9393
},
9494
{
9595
"cell_type": "code",
96-
"execution_count": 2,
97-
"metadata": {
98-
"scrolled": true
99-
},
96+
"execution_count": 5,
97+
"metadata": {},
10098
"outputs": [
101-
{
102-
"name": "stderr",
103-
"output_type": "stream",
104-
"text": [
105-
"C:\\Anaconda3\\lib\\site-packages\\IPython\\html.py:14: ShimWarning: The `IPython.html` package has been deprecated since IPython 4.0. You should import from `notebook` instead. `IPython.html.widgets` has moved to `ipywidgets`.\n",
106-
" \"`IPython.html.widgets` has moved to `ipywidgets`.\", ShimWarning)\n"
107-
]
108-
},
10999
{
110100
"data": {
111101
"application/vnd.jupyter.widget-view+json": {
112-
"model_id": "609e5b01d9564d6b8c6e025cab5df9cb",
102+
"model_id": "5f6d72e65be24e628d9f6f144f309234",
113103
"version_major": 2,
114104
"version_minor": 0
115105
},
@@ -160,6 +150,7 @@
160150
" plt.title(str(F))\n",
161151
" plt.xlabel('position')\n",
162152
" plt.ylabel('velocity')\n",
153+
" plt.show()\n",
163154
" \n",
164155
"interact(plot_FPFT, \n",
165156
" F00=widgets.IntSlider(value=1, min=0, max=2.), \n",
@@ -188,7 +179,7 @@
188179
{
189180
"data": {
190181
"application/vnd.jupyter.widget-view+json": {
191-
"model_id": "94a56f8ac01144e0b32bbb39a353e40a",
182+
"model_id": "cc2e30d2d25946d598ba42683e49c891",
192183
"version_major": 2,
193184
"version_minor": 0
194185
},
@@ -255,7 +246,7 @@
255246
{
256247
"data": {
257248
"application/vnd.jupyter.widget-view+json": {
258-
"model_id": "690c1af2d34845dd837f33de97469854",
249+
"model_id": "c8a6dc551eae4845beaae8da7b8f72b3",
259250
"version_major": 2,
260251
"version_minor": 0
261252
},
@@ -313,7 +304,7 @@
313304
],
314305
"metadata": {
315306
"kernelspec": {
316-
"display_name": "Python 3",
307+
"display_name": "Python 3 (ipykernel)",
317308
"language": "python",
318309
"name": "python3"
319310
},
@@ -327,9 +318,9 @@
327318
"name": "python",
328319
"nbconvert_exporter": "python",
329320
"pygments_lexer": "ipython3",
330-
"version": "3.7.1"
321+
"version": "3.7.12"
331322
}
332323
},
333324
"nbformat": 4,
334-
"nbformat_minor": 1
325+
"nbformat_minor": 4
335326
}

0 commit comments

Comments
 (0)