ipython/ipython

feature request: redirect magic's result to pager

Open

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

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

描述

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.

貢獻者指南