Created
January 24, 2012 03:10
-
-
Save FGtatsuro/1667560 to your computer and use it in GitHub Desktop.
IPythonのプロンプトを起動時に'>>>'に変更する設定 ref: http://qiita.com/items/1856
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
In [1]: %doctest_mode | |
Exception reporting mode: Plain | |
Doctest mode is: ON | |
>>> |
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
alias ipy='ipython -ic "%doctest_mode"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment