** iPython Notebook [#g6ea7e98]
起動方法

 $ipython notebook

** nbviwer [#h75d005f]
.ipynbファイルをgistかgithubにアップロードして置くことで、vbviwerによりwebページとして表示することができる。
#ref(s-nbviewer.jpg,,50%)
[[→nbviwer>http://nbviewer.ipython.org/]]

** 時間計測 [#x64e078e]

    import time
    start = time.time()
    print(">>  Finish Analys :{0}".format(time.time() - start))

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS