Environment data
版本: 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.

Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
- XXX
Logs
Output for Jupyter in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Jupyter)
Environment data
v2024.7.0v2024.12.3Win11 23H2 22631.40373.11.9Miniconda 24.5.0LocalExpected behaviour
Show docs when my mouse hover the class
np.vectorize:Actual behaviour
Not show.
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Logs
Output for
Jupyterin theOutputpanel (View→Output, change the drop-down the upper-right of theOutputpanel toJupyter)