Skip to content

Commit 677345f

Browse files
authored
Move "%matplotlib inline" to end of first code block
1 parent 38d2d7d commit 677345f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/notebooks/units-and-integration/units-and-integration.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
"metadata": {},
3737
"outputs": [],
3838
"source": [
39-
"%matplotlib inline\n",
40-
"\n",
4139
"import numpy as np\n",
4240
"from scipy import integrate\n",
4341
"from astropy.modeling.blackbody import blackbody_lambda, blackbody_nu, BlackBody1D\n",
4442
"from astropy import units as u, constants as c\n",
45-
"import matplotlib.pyplot as plt"
43+
"import matplotlib.pyplot as plt\n",
44+
"\n",
45+
"%matplotlib inline"
4646
]
4747
},
4848
{

0 commit comments

Comments
 (0)