Skip to content

Commit

Permalink
Updated for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rlabbe committed Oct 13, 2020
1 parent 759ca8b commit 0e837a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 41 deletions.
5 changes: 2 additions & 3 deletions Appendix-H-Least-Squares-Filters.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"metadata": {},
"outputs": [],
"source": [
"from __future__ import division, print_function\n",
"%matplotlib inline"
]
},
Expand All @@ -36,7 +35,7 @@
" <style>\n",
" .output_wrapper, .output {\n",
" height:auto !important;\n",
" max-height:100000px; \n",
" max-height:100000px;\n",
" }\n",
" .output_scroll {\n",
" box-shadow:none !important;\n",
Expand Down Expand Up @@ -109,7 +108,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.7.4"
}
},
"nbformat": 4,
Expand Down
39 changes: 1 addition & 38 deletions Appendix-I-Analytic-Evaluation-of-Performance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -262,47 +262,10 @@
],
"source": [
"#format the book\n",
"from __future__ import division, print_function\n",
"%matplotlib inline\n",
"from book_format import load_style\n",
"load_style()"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": true,
"jupyter": {
"outputs_hidden": true
}
},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": true,
"jupyter": {
"outputs_hidden": true
}
},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": true,
"jupyter": {
"outputs_hidden": true
}
},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -321,7 +284,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.7.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 0e837a0

Please sign in to comment.