直接在終端敲命令即可進入
安裝:pip install ipython使用:在終端敲「ipython」
與python直譯器的使用方法一致
tab鍵自動補齊?:內省、命名空間搜尋
!:執行系統命令
豐富的快捷鍵
魔術命令:以%開始的命令常用魔術命令:%run:執行檔案** #
%run test.py
%paste:執行拷貝命令 #
當你剛剛複製了一段文字,執行這段命令自動拷貝
%timeit:評估執行時間
%pdb:自動除錯
ipython偵錯程式命令:
使用命令歷史獲取輸入輸出結果
目錄標籤系統
當你輸入ipython notebook之後會自動開啟瀏覽器彈出乙個新的頁面,可以方便很多操作
ipython基礎知識
安裝anaconda就已經自帶了ipython jupyter notebook 或者使用 pip install ipython 當進入ipython後,會提示我們鍵入下面4個命令 ipython介紹 quickref 包含所有命令的手冊 help python幫助系統 object?關於obje...
ipython介紹 IPython的介紹與使用
1 ipython簡介 ipython是乙個python的互動式shell,比預設的python shell好用得多,支援變數自動補全,自動縮排,支援bash shell命令,內建了許多很有用的功能和函式。學習ipython將會讓我們以一種更高的效率來使用python。同時它也是利用python進行...
ipython介紹 IPython的簡單介紹
目錄 一 量化投資第三方相關模組 numpy 陣列批量計算 pandas 表計算與資料分析 matplotlib 圖表繪製 二 ipython的介紹 ipython 和python一樣 三 如何使用python進行量化投資 自己編寫 numpy pandas matplotlib 開源框架 rqal...