-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 on help required #23802
Comments
Hey @Dan-Patterson, thanks for reporting. Unfortunately, I can't reproduce this problem on Linux: @dalthviz, could you check what you get on Windows? Thanks! |
I'm using Spyder 6 as well (not 5), as you can clearly see.
That's why I said I wasn't able to reproduce your problem.
Works for me too. |
Spyder 6 as well
|
Giving this a check I was unable to get an object's info using the automatic connections option between the IPython Console and the Help pane after typing a left parenthesis by creating an env with something like:
From that env Spyder showed a red However, after updating the Python version in the created env using something like: conda install -c conda-forge python=3.12.9 I was able to get help with the automatic connection option: Maybe having as Python 3.12.0 + numpy 2.2.0 or maybe the Python version and python-lsp-server could be causing the issue described @ccordoba12 ? Could it be possible for you @Dan-Patterson to update your Python version and check if that helps? Let us know! |
Update went fine (spynum) C:\arc_pro\bin\Python\envs\spynum>conda install -c conda-forge python=3.12.9
Package Planenvironment location: C:\arc_pro\bin\Python\envs\spynum added / updated specs: The following packages will be downloaded:
The following packages will be UPDATED: ca-certificates conda-forge::ca-certificates-2025.1.3~ --> pkgs/main::ca-certificates-2025.2.25-haa95532_0 Proceed ([y]/n)? y Downloading and Extracting Packages: Preparing transaction: done |
No totally sure what is happening here then to be honest :/ You mentioned you already have the option active in your preferences so does your right? Also, could you run Spyder on debug mode to see if something is failing silently on your side when trying to trigger the automatic help? For that you can run |
yes, both are checked |
Description
What steps will reproduce the problem?
It is best to see the image, but getting context-sensitive help doesn't work as it did in 5.*.
I have help toggled on in Preferences to work in both Console and Editor.
This has only become an issue since I started working with Spyder 6.*.
Versions
Dependencies
Environment
Environment
The text was updated successfully, but these errors were encountered: