How to make Python console use pager?
When execute a command with a long output such as:
import numpy
numpy?
I would like the output to pause once the window is filled, and wait for a keystroke before showing more. ipython handles this with a pager, but the Python console in Pycharm doesn't seem to be using the pager (on my system at least). Is this a bug? Is there a way to set Pycharm to use a pager in the console?
Some details of my system:
Pycharm version 4.0.1
Python 3.3.5 |Anaconda 2.1.0 (64-bit)| (default, Sep 2 2014, 13:55:40)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux
PyDev console: using IPython 2.2.0
Thanks,
Matt
import numpy
numpy?
I would like the output to pause once the window is filled, and wait for a keystroke before showing more. ipython handles this with a pager, but the Python console in Pycharm doesn't seem to be using the pager (on my system at least). Is this a bug? Is there a way to set Pycharm to use a pager in the console?
Some details of my system:
Pycharm version 4.0.1
Python 3.3.5 |Anaconda 2.1.0 (64-bit)| (default, Sep 2 2014, 13:55:40)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux
PyDev console: using IPython 2.2.0
Thanks,
Matt
Please sign in to leave a comment.