dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit c4a61a32ae09a893c80098f8e1e05ab1e03707ed
parent e158fc56289d43b7dc62cd0a4589c9e366a39645
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Mon, 21 Mar 2016 14:50:52 -0700

also import numpy in interactive ipython session

Diffstat:
M.tmuxinator/utility.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.tmuxinator/utility.yml b/.tmuxinator/utility.yml @@ -30,7 +30,7 @@ windows: layout: even-vertical panes: - cd ~/code/sphere/ && watch -n 10 nvidia-smi - - cd ~/code/sphere/python && ipython -i -c "import sphere" + - cd ~/code/sphere/python && ipython -i -c "import sphere, numpy" #- cd ~/code/sphere/python && git log --oneline - cd ~/code/sphere/python && tig - iddqd: