conda install line_profiler
cat<<EOF > ~/.ipython/profile_default/startup/001-load-line-profiler.ipy
%load_ext line_profiler
EOF
conda install memory_profiler
cat<<EOF > ~/.ipython/profile_default/startup/002-load-memory-profiler.ipy
%load_ext memory_profiler
EOF