Spyder: Pager when getting help blocks IPython console

Created on 11 Nov 2020  路  5Comments  路  Source: spyder-ide/spyder

Problem Description

Use "?" in the console to view the function help,
continue to operate in spyder,
there is no output in the console,
nor can it be input in the console,
even if the kernel is restarted, the problem still exists.

The screen recording is as follows

spyder鎺у埗鍙拌緭鍏ヨ緭鍑篵ug

Versions

  • Spyder version: 4.2.0
  • Python version: 3.6.7
  • Qt version: 5.12.9
  • PyQt version: 5.12.3
  • Operating System name/version: win10
IPython Console Bug

Most helpful comment

I think this is caused by the removal of the pager option in PR #14056 (which I thought was broken). I'll take care of this one because it's really confusing indeed.

All 5 comments

You can press escape or q to exit this mode

Hi @leavor thanks for the feedback, as @impact27 you need to exit the help mode to be able to use again the console. Let us know if that helps :)

I think this is caused by the removal of the pager option in PR #14056 (which I thought was broken). I'll take care of this one because it's really confusing indeed.

@ccordoba12 Maybe it's better to add a "press Q to close" rather than restore old behavior, as docs replacing code in IPython window isn't really desired, and the new coloring is richer.

Good suggestion, thanks @OverLordGoldDragon!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

impact27 picture impact27  路  3Comments

hedeqing picture hedeqing  路  3Comments

cchu08 picture cchu08  路  3Comments

spyder-bot picture spyder-bot  路  3Comments

yogu220172 picture yogu220172  路  3Comments