Skip to content

Commit 0e7d2de

Browse files
committed
More reversal of imports
1 parent a89fcad commit 0e7d2de

9 files changed

+23
-14
lines changed

01_intro_to_python.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@
729729
"name": "python",
730730
"nbconvert_exporter": "python",
731731
"pygments_lexer": "ipython3",
732-
"version": "3.7.0"
732+
"version": "3.7.1"
733733
},
734734
"latex_envs": {
735735
"bibliofile": "biblio.bib",

02_NumPy.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@
574574
"name": "python",
575575
"nbconvert_exporter": "python",
576576
"pygments_lexer": "ipython3",
577-
"version": "3.7.0"
577+
"version": "3.7.1"
578578
},
579579
"latex_envs": {
580580
"bibliofile": "biblio.bib",

03_matplotlib.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
"name": "python",
330330
"nbconvert_exporter": "python",
331331
"pygments_lexer": "ipython3",
332-
"version": "3.7.0"
332+
"version": "3.7.1"
333333
},
334334
"latex_envs": {
335335
"bibliofile": "biblio.bib",

06_interpolation.ipynb

+4-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@
2424
},
2525
"outputs": [],
2626
"source": [
27-
"%matplotlib inline\n",
2827
"from __future__ import print_function\n",
28+
"from __future__ import absolute_import\n",
29+
"\n",
30+
"%matplotlib inline\n",
2931
"import numpy\n",
3032
"import matplotlib.pyplot as plt"
3133
]
@@ -1752,7 +1754,7 @@
17521754
"name": "python",
17531755
"nbconvert_exporter": "python",
17541756
"pygments_lexer": "ipython3",
1755-
"version": "3.7.0"
1757+
"version": "3.7.1"
17561758
},
17571759
"latex_envs": {
17581760
"bibliofile": "biblio.bib",

07_differentiation.ipynb

+4-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@
2424
},
2525
"outputs": [],
2626
"source": [
27-
"%matplotlib inline\n",
2827
"from __future__ import print_function\n",
28+
"from __future__ import absolute_import\n",
29+
"\n",
30+
"%matplotlib inline\n",
2931
"import numpy\n",
3032
"import matplotlib.pyplot as plt"
3133
]
@@ -965,7 +967,7 @@
965967
"name": "python",
966968
"nbconvert_exporter": "python",
967969
"pygments_lexer": "ipython3",
968-
"version": "3.7.0"
970+
"version": "3.7.1"
969971
},
970972
"latex_envs": {
971973
"bibliofile": "biblio.bib",

08_quadrature.ipynb

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@
2424
},
2525
"outputs": [],
2626
"source": [
27-
"%matplotlib inline\n",
2827
"from __future__ import print_function\n",
28+
"\n",
29+
"%matplotlib inline\n",
2930
"import numpy\n",
3031
"import matplotlib.pyplot as plt"
3132
]
@@ -1280,7 +1281,7 @@
12801281
"name": "python",
12811282
"nbconvert_exporter": "python",
12821283
"pygments_lexer": "ipython3",
1283-
"version": "3.7.0"
1284+
"version": "3.7.1"
12841285
},
12851286
"latex_envs": {
12861287
"bibliofile": "biblio.bib",

09_ODE_ivp_part1.ipynb

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
},
2727
"outputs": [],
2828
"source": [
29+
"from __future__ import print_function\n",
30+
"\n",
2931
"%matplotlib inline\n",
3032
"import numpy\n",
3133
"import matplotlib.pyplot as plt"
@@ -1635,7 +1637,7 @@
16351637
"name": "python",
16361638
"nbconvert_exporter": "python",
16371639
"pygments_lexer": "ipython3",
1638-
"version": "3.7.0"
1640+
"version": "3.7.1"
16391641
},
16401642
"latex_envs": {
16411643
"bibliofile": "biblio.bib",

09_ODE_ivp_part2.ipynb

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@
2626
},
2727
"outputs": [],
2828
"source": [
29-
"%matplotlib inline\n",
3029
"from __future__ import print_function\n",
30+
"\n",
31+
"%matplotlib inline\n",
3132
"import numpy\n",
3233
"import matplotlib.pyplot as plt"
3334
]
@@ -1316,7 +1317,7 @@
13161317
"name": "python",
13171318
"nbconvert_exporter": "python",
13181319
"pygments_lexer": "ipython3",
1319-
"version": "3.7.0"
1320+
"version": "3.7.1"
13201321
},
13211322
"latex_envs": {
13221323
"bibliofile": "biblio.bib",

10.1_SVD.ipynb

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@
2626
},
2727
"outputs": [],
2828
"source": [
29-
"%matplotlib inline\n",
3029
"from __future__ import print_function\n",
30+
"\n",
31+
"%matplotlib inline\n",
3132
"import numpy\n",
3233
"import matplotlib.pyplot as plt"
3334
]
@@ -303,7 +304,7 @@
303304
"name": "python",
304305
"nbconvert_exporter": "python",
305306
"pygments_lexer": "ipython3",
306-
"version": "3.7.0"
307+
"version": "3.7.1"
307308
}
308309
},
309310
"nbformat": 4,

0 commit comments

Comments
 (0)