From 6a80339f9c56d625da71fe1c678e9928543098be 2008-08-30 08:20:15 From: Gael Varoquaux Date: 2008-08-30 08:20:15 Subject: [PATCH] Add the physics constants to the ipython physics user configuration. --- diff --git a/IPython/UserConfig/ipythonrc-physics b/IPython/UserConfig/ipythonrc-physics index a2c45c5..c7c25a3 100644 --- a/IPython/UserConfig/ipythonrc-physics +++ b/IPython/UserConfig/ipythonrc-physics @@ -38,6 +38,8 @@ ececute rad = pi/180. execute print '*** q is an alias for PhysicalQuantityInteractive' execute print '*** g = 9.8 m/s^2 has been defined' execute print '*** rad = pi/180 has been defined' +execute import ipy_constants as C +execute print '*** C is the physical constants module' # Files to execute execfile