This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jinja2==2.7.2 | |
MarkupSafe==0.19 | |
Pygments==1.6 | |
backports.ssl-match-hostname==3.4.0.2 | |
boto==2.27.0 | |
boto-rsync==0.8.1 | |
brewer2mpl==1.3.2 | |
gapi==0.1.4 | |
ggplot==0.4.7 | |
gnacs==0.7.5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pd.set_option('display.max_columns', 10) # repr shows <=10 cols (scrollable) | |
pd.set_option("display.max_colwidth", 150) # repr shows <=150 characters in each column (line wraps) | |
# many more options available: | |
# http://pandas.pydata.org/pandas-docs/stable/basics.html?highlight=set_option#working-with-package-options |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pelican==3.2 | |
Markdown==2.3 | |
ghp-import==0.3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# previous experience... | |
# cell | |
import pandas as pd | |
... | |
# cell | |
%pylab inline | |
# use pd helper, plot() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# (ubuntu) | |
# add to end of .bashrc : | |
export PS1="\$(__git_ps1) "$PS1 | |
# gives e.g. (when in a repo): | |
(master) user@host:~$ | |
# more info: http://stackoverflow.com/questions/15883416/adding-git-branch-on-the-bash-command-prompt |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder