!cat sys-version.py %run sys-version.py !ipython sys-version.py !cat argv-list.py !ipython argv-list.py !ipython argv-list.py first second third !cat readings-01.py %run readings-01.py inflammation-01.csv !cat readings-02.py %run readings-02.py inflammation-01.csv !ls small-*.csv !cat small-01.csv %run readings-02.py small-01.csv !cat readings-03.py %run readings-03.py small-01.csv small-02.csv !cat readings-04.py %run readings-04.py --max small-01.csv !cat readings-05.py !cat count-stdin.py !ipython count-stdin.py < small-01.csv %run count-stdin.py < small-01.csv !ipython readings-06.py --mean < small-01.csv | head -10 !ipython readings-06.py -- --mean < small-01.csv