How to page up/down in PyCharm's Python console?

Dale

In PyCharm's Python console, how can I page up or down in the output using only the keyboard? The page up/down keys have no effect, neither do the other bindings I have (ctrl-v/meta-v). Up and down arrows, of course, just go through my command history, they do not scroll the window. Scrolling with the mouse works, but I would love not to have to reach for the rat. Thanks!

OS X 10.11.3, PyCharm 5.0.4, Python 2.7.10 with IPython 4.1.1 in the console

Dale

JetBrains says, "Unfortunately it's not possible to scroll console output without mouse." I filed an enhancement request to add keyboard scrolling in the Python console.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I access the Python command line using PyCharm's console?

From Dev

How to automatically switch focus to python console when running script in Pycharm?

From Dev

How to give the Python console in PyCharm access to the variable space of a script?

From Dev

How to turn off the "Special Variables" window in Python Console of PyCharm?

From Dev

How to automatically switch focus to python console when running script in Pycharm?

From Dev

How to wrap up outputs in Python console within PyCharm?

From Dev

pycharm python console single instance

From Dev

Why unicode string is not shown on PyCharm's console?

From Java

pycharm does not connect to console with python3.8

From Dev

Python console doesn't get updated (with PyCharm)

From Dev

Pycharm python console socket.gaierror

From Dev

pycharm does not connect to console with python3.8

From Dev

Change default Python / Flask Console in PyCharm

From Dev

How do I get PyCharm to show method signatures and documentation in the Python/IPython console and the editor?

From Dev

How to import own module in PyCharm console

From Dev

How to quit Pycharm 'run file in console'

From Dev

Getting wider output in PyCharm's built-in console

From Dev

pycharm - keep focus in editor when sending commands to python console

From Dev

Pycharm IPython tab completion not working (within python console)

From Dev

PyCharm running Python file always opens a new console

From Dev

Pycharm: different behavior between run and run in Python console?

From Dev

How to use markdown for python with pycharm?

From Dev

How to modify modules in Python with pycharm

From Dev

PyCharm: How to tell if previously sent selection has completed execution at console?

From Dev

How do I change start up preferences for IPython console in PyCharm?

From Dev

PyCharm 2016: How to display result without print command (like console)?

From Dev

How to get django runserver to stop logging to console in pycharm

From Dev

PyCharm 2016: How to display result without print command (like console)?

From Dev

How to set the maximum rows of pandas dataframe displayed in pycharm console

Related Related

  1. 1

    How can I access the Python command line using PyCharm's console?

  2. 2

    How to automatically switch focus to python console when running script in Pycharm?

  3. 3

    How to give the Python console in PyCharm access to the variable space of a script?

  4. 4

    How to turn off the "Special Variables" window in Python Console of PyCharm?

  5. 5

    How to automatically switch focus to python console when running script in Pycharm?

  6. 6

    How to wrap up outputs in Python console within PyCharm?

  7. 7

    pycharm python console single instance

  8. 8

    Why unicode string is not shown on PyCharm's console?

  9. 9

    pycharm does not connect to console with python3.8

  10. 10

    Python console doesn't get updated (with PyCharm)

  11. 11

    Pycharm python console socket.gaierror

  12. 12

    pycharm does not connect to console with python3.8

  13. 13

    Change default Python / Flask Console in PyCharm

  14. 14

    How do I get PyCharm to show method signatures and documentation in the Python/IPython console and the editor?

  15. 15

    How to import own module in PyCharm console

  16. 16

    How to quit Pycharm 'run file in console'

  17. 17

    Getting wider output in PyCharm's built-in console

  18. 18

    pycharm - keep focus in editor when sending commands to python console

  19. 19

    Pycharm IPython tab completion not working (within python console)

  20. 20

    PyCharm running Python file always opens a new console

  21. 21

    Pycharm: different behavior between run and run in Python console?

  22. 22

    How to use markdown for python with pycharm?

  23. 23

    How to modify modules in Python with pycharm

  24. 24

    PyCharm: How to tell if previously sent selection has completed execution at console?

  25. 25

    How do I change start up preferences for IPython console in PyCharm?

  26. 26

    PyCharm 2016: How to display result without print command (like console)?

  27. 27

    How to get django runserver to stop logging to console in pycharm

  28. 28

    PyCharm 2016: How to display result without print command (like console)?

  29. 29

    How to set the maximum rows of pandas dataframe displayed in pycharm console

HotTag

Archive