diff options
Diffstat (limited to 'Basic_Fluid_Mechanics/ch12.ipynb')
-rwxr-xr-x | Basic_Fluid_Mechanics/ch12.ipynb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Basic_Fluid_Mechanics/ch12.ipynb b/Basic_Fluid_Mechanics/ch12.ipynb index 61bd9af9..5e80d06f 100755 --- a/Basic_Fluid_Mechanics/ch12.ipynb +++ b/Basic_Fluid_Mechanics/ch12.ipynb @@ -28,7 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "%pylab inline\n", + "%matplotlib inline\n", "from matplotlib.pyplot import *\n", "import math \n", "\t\n", |