Skip to content

Not show numpy classes docs. #6309

Description

@GF-Huang

Environment data

  • VS Code version:
版本: 1.92.2 (user setup)
提交: fee1edb8d6d72a0ddff41e5f71a671c23ed924b9
日期: 2024-08-14T17:29:30.058Z
Electron: 30.1.2
ElectronBuildId: 9870757
Chromium: 124.0.6367.243
Node.js: 20.14.0
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.22631
  • Jupyter Extension version (available under the Extensions sidebar): v2024.7.0
  • Python Extension version (available under the Extensions sidebar): v2024.12.3
  • OS (Windows | Mac | Linux distro) and version: Win11 23H2 22631.4037
  • Python and/or Anaconda version: 3.11.9
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): Miniconda 24.5.0
  • Jupyter server running: Local

Expected behaviour

Show docs when my mouse hover the class np.vectorize:

Help on class vectorize in module numpy:

class vectorize(builtins.object)
 |  vectorize(pyfunc, otypes=None, doc=None, excluded=None, cache=False, signature=None)
 |  
 |  vectorize(pyfunc, otypes=None, doc=None, excluded=None, cache=False,
 |            signature=None)
 |  
 |  Generalized function class.
..............

Actual behaviour

Not show.

image

Steps to reproduce:

[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]

  1. XXX

Logs

Output for Jupyter in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Jupyter)

XXX

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingrepro workspaceIssue has a retained repro workspace

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions