Minor edits.
authorSantosh G. Vattam <vattam.santosh@gmail.com>
Tue, 13 Apr 2010 12:39:00 +0530
changeset 57 8eb98721a5af
parent 51 32d854e62be9
child 58 2c4e318741cf
Minor edits.
statistics.txt
--- a/statistics.txt	Tue Apr 13 12:24:44 2010 +0530
+++ b/statistics.txt	Tue Apr 13 12:39:00 2010 +0530
@@ -38,6 +38,10 @@
 Dictionaries - we shall be introducing the concept of dictionaries here.
 And finally plotting - which we have been doing all along.
 
+Let's get started, by opening the IPython prompt by typing, 
+
+ipython -pylab
+
 Let's first start off with dictionaries.
 
 We earlier used lists briefly. Back then we just created lists and appended items into them.