jupyterlab-go-to-definition
jupyterlab-go-to-definition copied to clipboard
Navigate to variable's definition with a click in JupyterLab (or with a few key strokes)
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 1.0.0 to 1.2.21. Changelog Sourced from jupyterlab's changelog. github_url: 'https://github.com/jupyterlab/jupyterlab/blob/master/CHANGELOG.md' JupyterLab Changelog 4.0 4.0.0a4 (Full Changelog) Enhancements made Don't sort context menu items by selector #10666 (@fcollonval)...
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()...
Amazing Idea of an Extension exactly what I need but It is just not working for me tried everything Installed it in the terminal with jupyter labextension install @krassowski/jupyterlab_go_to_definition Also...
Hi, first of all, thanks for this nice extension. My problem is that jump to function definition does not work after the cell with the function definition have been executed....
The symlinks directory in jupyterlab-lsp refers to `.lsp_symlink`. There is a link in the README for a detailed guide to this repository, but the symlinks directory here is called `.jupyter_symlinks`....
Hello! I'm running into the following issue. When I am working on a notebook within a subfolder, e.g. if I'm working on `subfolder/hello.ipynb`. When I am inside `hello.ipynb` and I...
hello,there is some erro,can you help me ? C:\ProgramData\Anaconda3\share\jupyter\lab\schemas>jupyter labextension install @krassowski/jupyterlab_go_to_definition An error occured. ValueError: "C:\ProgramData\Anaconda3\share\jupyter\lab\schemas\@krassowski\jupyterlab_go_to_definition" is not a valid extension: Missing extension module "lib/index.js" schemaDir is empty: "schema"...
Ctrl-Alt-B doesn't do anything on Firefox OSX. Safari works properly, on the same machine. Additionally, how does one change the key binding? the doc says it's possible, but there is...
As some users may prefer not to have the additional folder with symlinks in their project dir.
When I have a property of an object with the same name as a local variable, `alt+click` always points me to the local variable even if I want the property....