diff options
Diffstat (limited to 'Stoichiometry_And_Process_Calculations/ch6.ipynb')
-rwxr-xr-x | Stoichiometry_And_Process_Calculations/ch6.ipynb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Stoichiometry_And_Process_Calculations/ch6.ipynb b/Stoichiometry_And_Process_Calculations/ch6.ipynb index 8a560517..705d178a 100755 --- a/Stoichiometry_And_Process_Calculations/ch6.ipynb +++ b/Stoichiometry_And_Process_Calculations/ch6.ipynb @@ -211,7 +211,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "%pylab inline\n", + "%matplotlib inline\n", "\n", "from matplotlib.pyplot import *\n", "\n", @@ -270,7 +270,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "%pylab inline\n", + "%matplotlib inline\n", "\n", "import math \n", "from matplotlib.pyplot import *\n", |