summaryrefslogtreecommitdiff
path: root/Introduction_To_Chemical_Engineering/ch1.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'Introduction_To_Chemical_Engineering/ch1.ipynb')
-rwxr-xr-xIntroduction_To_Chemical_Engineering/ch1.ipynb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Introduction_To_Chemical_Engineering/ch1.ipynb b/Introduction_To_Chemical_Engineering/ch1.ipynb
index b28f0745..b0ff6c5a 100755
--- a/Introduction_To_Chemical_Engineering/ch1.ipynb
+++ b/Introduction_To_Chemical_Engineering/ch1.ipynb
@@ -487,7 +487,7 @@
"from numpy import *\n",
"from matplotlib.pyplot import * \n",
"\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"\n",
"u = array([2,1.92,1.68,1.28,0.72,0]);\n",
"r = array([0,1,2,3,4,5]);\n",