Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help pane not connected to Editor for local packages #15400

Closed
physici opened this issue Apr 23, 2021 · 8 comments
Closed

Help pane not connected to Editor for local packages #15400

physici opened this issue Apr 23, 2021 · 8 comments

Comments

@physici
Copy link

physici commented Apr 23, 2021

Problem Description

In Spyder 5.0.0 the Help pane does not seem to be connected to the Editor window. Online help of functions is shown correctly as tooltips, but CNTRL+I does not retrieve the docstring in the Help-pane.

What steps reproduce the problem?

  1. In IPython load custom module
  2. enter a function and press CNTRL + I at the end of the function -> Docstring displayed in Help pane (see 1st screen gif)
  3. Repeat in Editor -> Help pane shows "No documentation available" (see 2nd screen gif)

What is the expected output? What do you see instead?

Help pane should show the Doc string as it does when triggered from IPython

Versions

  • Spyder version: 5.0.0
  • Python version: 3.8.6
  • Qt version:
  • PyQt version: 5.12.3
  • Operating System name/version: Win10 64bit

Dependencies

Ipython
edit

@juanis2112
Copy link
Contributor

Hi @physici thanks for reporting this. Can you try downloading Spyder 5.0.1 from our webpage https://www.spyder-ide.org/#section-download and let me know if this issue persists?

@physici
Copy link
Author

physici commented Apr 26, 2021

I've upgraded to 5.0.1 (via pip), but the problem persists. However, I've noticed that the problem only occurs with my own modules that are in the project folder. If I import numpy or any other library installed via pip, the help pane seems to work.

@ccordoba12
Copy link
Member

@physici, do you have Kite installed?

@physici
Copy link
Author

physici commented Apr 26, 2021

I don't. Vanilla Spyder.

@KevinNadaud
Copy link

I have similar problem with spyder 5.0.1 (from pip) on Linux Mint .
In my case, even for a installed library such numpy, help pane does not work.
It works well from the console even for my own modules.

@physici
Copy link
Author

physici commented Jun 16, 2021

Is there any update here?

@shcrela
Copy link

shcrela commented Jun 23, 2021

Same problem, Spyder 5.0.4.

@gersonjferreira
Copy link

Still the same problem with Spyder 5.0.5 installed from pip. Could it be a missing dependency?

Help pane works from iPython but bugs if it comes from the Editor.

@ccordoba12 ccordoba12 modified the milestones: v5.1.1, v5.1.0 Jul 24, 2021
@ccordoba12 ccordoba12 changed the title Spyder 5: Help pane not connected to Editor Help pane not connected to Editor for local pckages Jul 28, 2021
@ccordoba12 ccordoba12 changed the title Help pane not connected to Editor for local pckages Help pane not connected to Editor for local packages Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants