Skip to content

Instantly share code, notes, and snippets.

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