diff options
author | bnewbold <bnewbold@ziggy.myhome.westell.com> | 2009-06-22 07:29:54 -0400 |
---|---|---|
committer | bnewbold <bnewbold@ziggy.myhome.westell.com> | 2009-06-22 07:29:54 -0400 |
commit | 2d5315b5ebd8d1f7b40469c333575955ceb07348 (patch) | |
tree | 15f34278504ede218f05c6325d134025fb562c49 /.ipython/ipythonrc-scipy-bnewbold | |
parent | 6829533a909092b34ad53f81746d97d67d091cfb (diff) | |
parent | 552ac7bf375fdcc00ec01e6025ede46aee94b5be (diff) | |
download | openwrt-repro-2d5315b5ebd8d1f7b40469c333575955ceb07348.tar.gz openwrt-repro-2d5315b5ebd8d1f7b40469c333575955ceb07348.zip |
Merge branch 'master' of ssh://animus.robocracy.org/srv/git/dotfiles
Conflicts:
.fluxbox/init
.xinitrc
todo
Diffstat (limited to '.ipython/ipythonrc-scipy-bnewbold')
-rw-r--r-- | .ipython/ipythonrc-scipy-bnewbold | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/.ipython/ipythonrc-scipy-bnewbold b/.ipython/ipythonrc-scipy-bnewbold deleted file mode 100644 index cff8f4a..0000000 --- a/.ipython/ipythonrc-scipy-bnewbold +++ /dev/null @@ -1,47 +0,0 @@ -# -*- Mode: Shell-Script -*- Not really, but shows comments correctly -#*************************************************************************** -# -# Configuration file for ipython -- ipythonrc format -# -# The format of this file is one of 'key value' lines. -# Lines containing only whitespace at the beginning and then a # are ignored -# as comments. But comments can NOT be put on lines with data. -#*************************************************************************** - -# This is an example of a 'profile' file which includes a base file and adds -# some customizaton for a particular purpose. - -# If this file is found in the user's ~/.ipython directory as ipythonrc-scipy, -# it can be loaded by calling passing the '-profile scipy' (or '-p scipy') -# option to IPython. - -# This example is meant to load several modules to turn ipython into a very -# capable environment for high-end numerical work, similar to IDL or MatLab -# but with the beauty of the Python language. - -# load our basic configuration with generic options -include ipythonrc - -# import ... -# Load SciPy by itself so that 'help scipy' works -import_mod scipy pylab - -# from ... import ... -import_some - -# Now we load all of SciPy -# from ... import * -import_all scipy IPython.numutils pylab - -# code -# execute print 'Welcome to the SciPy Scientific Computing Environment.' - -######## CHANGED -bnewbold -#execute scipy.alter_numeric() - - - -# File with alternate printer system for Numeric Arrays. -# Files in the 'Extensions' directory will be found by IPython automatically -# (otherwise give the explicit path): -execfile Extensions/numeric_formats.py jlab/stats.py jlab/importdata.py jlab/plotting.py |