We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
conda package: Jupyterlab=2.1.5 Jupyter extension: @krassowski/[email protected]
more specific: conda create -n py37_jupyterlab_v2.1.5 python=3.7 jupyterlab nb_conda_kernels nodejs nbresuse flake8 jupyterlab_code_formatter black ipympl==0.5.6 nbdime dask-labextension jupyterlab-git pandas holoviews and conda activate py37_jupyterlab_v2.1.5; jupyter labextension install @ijmbarr/[email protected] @jupyter-widgets/[email protected] @jupyterlab/[email protected] @jupyterlab/[email protected] @jupyterlab/[email protected] @jupyterlab/[email protected] @jupyterlab/[email protected] @krassowski/[email protected] @pyviz/[email protected] @ryantam626/[email protected] [email protected] [email protected] [email protected] [email protected] --no-build; jupyter lab build; jupyter serverextension enable --py jupyterlab_code_formatter; jupyter serverextension enable dask_labextension
conda create -n py37_jupyterlab_v2.1.5 python=3.7 jupyterlab nb_conda_kernels nodejs nbresuse flake8 jupyterlab_code_formatter black ipympl==0.5.6 nbdime dask-labextension jupyterlab-git pandas holoviews
conda activate py37_jupyterlab_v2.1.5; jupyter labextension install @ijmbarr/[email protected] @jupyter-widgets/[email protected] @jupyterlab/[email protected] @jupyterlab/[email protected] @jupyterlab/[email protected] @jupyterlab/[email protected] @jupyterlab/[email protected] @krassowski/[email protected] @pyviz/[email protected] @ryantam626/[email protected] [email protected] [email protected] [email protected] [email protected] --no-build; jupyter lab build; jupyter serverextension enable --py jupyterlab_code_formatter; jupyter serverextension enable dask_labextension
def test_go_to_difinition(arg1): """Test function for the go to definition.""" pass test_go_to_difinition(1)
test_go_to_difinition(1)
The text was updated successfully, but these errors were encountered:
@krassowski @PeterFogh I like this plugin! Has this problem been resolved?
Sorry, something went wrong.
No branches or pull requests
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.
My configuration
conda package: Jupyterlab=2.1.5
Jupyter extension: @krassowski/[email protected]
more specific:
conda create -n py37_jupyterlab_v2.1.5 python=3.7 jupyterlab nb_conda_kernels nodejs nbresuse flake8 jupyterlab_code_formatter black ipympl==0.5.6 nbdime dask-labextension jupyterlab-git pandas holoviews
and
conda activate py37_jupyterlab_v2.1.5; jupyter labextension install @ijmbarr/[email protected] @jupyter-widgets/[email protected] @jupyterlab/[email protected] @jupyterlab/[email protected] @jupyterlab/[email protected] @jupyterlab/[email protected] @jupyterlab/[email protected] @krassowski/[email protected] @pyviz/[email protected] @ryantam626/[email protected] [email protected] [email protected] [email protected] [email protected] --no-build; jupyter lab build; jupyter serverextension enable --py jupyterlab_code_formatter; jupyter serverextension enable dask_labextension
Reproduce bug
test_go_to_difinition(1)
- this should work and the cursor jumps to the definition of the function.test_go_to_difinition(1)
does not make the cursor jumps to the definition of the functionThe text was updated successfully, but these errors were encountered: