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

Does not go to def, even with modifier key change #26

Open
JulianSMoore opened this issue Jul 28, 2021 · 2 comments
Open

Does not go to def, even with modifier key change #26

JulianSMoore opened this issue Jul 28, 2021 · 2 comments

Comments

@JulianSMoore
Copy link

JulianSMoore commented Jul 28, 2021

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

image

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
@krassowski
Copy link
Owner

I am not updating this extension any longer it won't work with current JupyterLab - please use https://github.com/krassowski/jupyterlab-lsp instead

@JulianSMoore
Copy link
Author

OK, thanks for the info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants