ipython/ipython

feature request: redirect magic's result to pager

Open

#9,891 建立於 2016年8月21日

在 GitHub 查看
 (13 留言) (0 反應) (0 負責人)Python (4,400 fork)batch import
good first issue

倉庫指標

Star
 (16,095 star)
PR 合併指標
 (平均合併 11天 1小時) (30 天內合併 22 個 PR)

描述

sometimes we just want to temporarily check some info and don't like to make our console dirty. like %whos mentioned in this stackoverflow question. another case can be someone types %hist to remind himself. So I suggest add an option to those magics such that users can display the output in pager.

貢獻者指南