You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With default modifier (Alt) the jupyterlab selection cross appears and click does not go to the definition of HiW() (after cell 2 has been run). Same if modifier is changed to Ctrl, or Shift, or Meta...
Ctrl +Alt + B also does not do anything.
Extension was added using the built-in extension manager and is shown as installed; note that there was no "rebuild" on the last occasion it was installed... I do believe there was a "rebuild" the 1st time it was installed but since it didn't work then I uninstalled it. I repeated the installation after updating to JupyterLab 3.1
Installation Details:
Note that the Chrome browser in use has NoScript, ABP, Ghostery and UBlock origin plugins, however: ublock origin is disabled for localhost, localhost is trusted by Ghostery, ABP is disabled for localhost, and NoScript is set to trust localhost and npmjs.org .
Operating System and version: Win 10, 64-bit Home 21H1
Browser and version: Chrome Version 91.0.4472.164 (Official Build) (64-bit)
JupyterLab version: 3.1 pypi_0 pypi
Other: jupyter-client 6.1.12 pypi_0 pypi
Other: jupyter-core 4.7.1 pypi_0 pypi
Other: jupyter-server 1.9.0 pypi_0 pypi
Other: jupyterlab-pygments 0.1.2 pypi_0 pypi
Other: jupyterlab-server 2.6.0 pypi_0 pypi
Other: jupyterlab-widgets 1.0.0 pypi_0 pypi
Other: npm 7.6.3
The text was updated successfully, but these errors were encountered:
MWE: new notebook
Cell1: def HiW():
print('Hello World!')
Cell 2: HiW()
With default modifier (Alt) the jupyterlab selection cross appears and click does not go to the definition of HiW() (after cell 2 has been run). Same if modifier is changed to Ctrl, or Shift, or Meta...
Ctrl +Alt + B also does not do anything.
Extension was added using the built-in extension manager and is shown as installed; note that there was no "rebuild" on the last occasion it was installed... I do believe there was a "rebuild" the 1st time it was installed but since it didn't work then I uninstalled it. I repeated the installation after updating to JupyterLab 3.1
Installation Details:
Note that the Chrome browser in use has NoScript, ABP, Ghostery and UBlock origin plugins, however: ublock origin is disabled for localhost, localhost is trusted by Ghostery, ABP is disabled for localhost, and NoScript is set to trust localhost and npmjs.org .
The text was updated successfully, but these errors were encountered: