# -*- Mode: Shell-Script -*- Not really, but shows comments correctly #*************************************************************************** # # Configuration file for ipython -- ipythonrc format # # A nice setup for using Numeric and MLab and doing general # Numerical Analysis. # #*************************************************************************** # If this file is found in the executing directory or in the user's home # directory as .ipythonrc-physics, it can be loaded by calling # ipython -profile physics # or just # ipython -p physics # include lower layer file and then add physics things include ipythonrc # import ... # # Here I include pretty much everything under the sun.. I like to # have everything at my finger tips. # import_mod atexit os string re sys inspect copy pdb cPickle time pydoc traceback pdb commands pg Tkinter Pmw MLab Numeric RandomArray LinearAlgebra MA # from ... import * import_all # from ... import ... # these are all non-local but usual packages. import_some __future__ nested_scopes import_some MLab mean, median, std, svd, rand, dot, sum import_some MLab cumsum, transpose, diag, ceil, floor, msort, zeros, log,sqrt import_some Numeric array, arange, ravel import_some Scientific.IO ArrayIO import_some Scientific.Statistics Histogram import_some Scientific.Functions LeastSquares import_some compClust.IPlot plot # code