diff options
author | hardythe1 | 2015-04-07 16:03:32 +0530 |
---|---|---|
committer | hardythe1 | 2015-04-07 16:03:32 +0530 |
commit | cb2e12cd79d48ebbf281b9b118fd51f532f960f5 (patch) | |
tree | 45fe0db1bd1a6c81305a0369c5808456fdccde52 /Elements_of_Physical_Chemistry/Chapter10.ipynb | |
parent | c7fe425ef3c5e8804f2f5de3d8fffedf5e2f1131 (diff) | |
parent | 0ee873700378b995b441b1be6652178f741aea5b (diff) | |
download | Python-Textbook-Companions-cb2e12cd79d48ebbf281b9b118fd51f532f960f5.tar.gz Python-Textbook-Companions-cb2e12cd79d48ebbf281b9b118fd51f532f960f5.tar.bz2 Python-Textbook-Companions-cb2e12cd79d48ebbf281b9b118fd51f532f960f5.zip |
add/modify/remove book
Diffstat (limited to 'Elements_of_Physical_Chemistry/Chapter10.ipynb')
-rwxr-xr-x | Elements_of_Physical_Chemistry/Chapter10.ipynb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Elements_of_Physical_Chemistry/Chapter10.ipynb b/Elements_of_Physical_Chemistry/Chapter10.ipynb index ed29d00c..d07870df 100755 --- a/Elements_of_Physical_Chemistry/Chapter10.ipynb +++ b/Elements_of_Physical_Chemistry/Chapter10.ipynb @@ -29,7 +29,7 @@ "input": [
"#Calculate the overall rate constant and hence the overall rate law\n",
"#Initialization of variables\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"import math\n",
"import numpy as np\n",
"from numpy import linalg\n",
|