From 0ee873700378b995b441b1be6652178f741aea5b Mon Sep 17 00:00:00 2001 From: Srikant Patnaik Date: Fri, 27 Feb 2015 17:10:12 +0530 Subject: Changed '%pylab inline' to '%matplotlib inline' to fix warning messages across 138 files --- Concepts_Of_Modern_Physics/Chapter_3.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Concepts_Of_Modern_Physics') diff --git a/Concepts_Of_Modern_Physics/Chapter_3.ipynb b/Concepts_Of_Modern_Physics/Chapter_3.ipynb index 749a4c27..16cf08ee 100755 --- a/Concepts_Of_Modern_Physics/Chapter_3.ipynb +++ b/Concepts_Of_Modern_Physics/Chapter_3.ipynb @@ -162,7 +162,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "%pylab inline\n", + "%matplotlib inline\n", "#Variable declaration\n", "m= 9.1*(10**(-31)) #mass, kg\n", "L= 0.10 #length of box, nm\n", -- cgit