V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
songdg
V2EX  ›  Python

输出的结果太多, IPython 只显示后面的。

  •  
  •   songdg · 2018-06-04 22:03:25 +08:00 · 2401 次点击
    这是一个创建于 2143 天前的主题,其中的信息可能已经有所发展或是发生改变。
    如何能显示全部结果。
    4 条回复    2018-06-06 06:58:26 +08:00
    param
        1
    param  
       2018-06-05 01:11:37 +08:00 via Android
    shift + Page up ?
    chlx
        2
    chlx  
       2018-06-05 01:35:25 +08:00   ❤️ 1
    from IPython.core.interactiveshell import InteractiveShell
    InteractiveShell.ast_node_interactivity = "all"
    songdg
        3
    songdg  
    OP
       2018-06-05 22:04:53 +08:00
    @param 谢谢,不过如果结果太多,后面的还是会覆盖前面的。
    songdg
        4
    songdg  
    OP
       2018-06-06 06:58:26 +08:00
    @param 谢谢帮助。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1172 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 18:18 · PVG 02:18 · LAX 11:18 · JFK 14:18
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.