File tree Expand file tree Collapse file tree 5 files changed +6
-51
lines changed
packages/jupyterlab-go-to-definition Expand file tree Collapse file tree 5 files changed +6
-51
lines changed Original file line number Diff line number Diff line change 3333 nodejs : ' ${{ matrix.nodejs }}'
3434
3535 - name : Set up Python and conda
36- uses : goanpeca/setup-miniconda@v1
36+ # uses: conda-incubator/setup-miniconda@v2
37+ uses : conda-incubator/setup-miniconda@16930e6
3738 with :
3839 python-version : ${{ matrix.python }}
3940 channels : conda-forge, defaults
Original file line number Diff line number Diff line change 7474 key : ${{ matrix.os }}-${{ matrix.python }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('requirements/github-actions.yml') }}
7575
7676 - name : Set up Python and conda
77- uses : goanpeca/setup-miniconda@v1
77+ # uses: conda-incubator/setup-miniconda@v2
78+ uses : conda-incubator/setup-miniconda@16930e6
7879 with :
7980 python-version : ${{ matrix.python }}
8081 channels : conda-forge, defaults
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Language Server Protocol integration for Jupyter(Lab)
22
3- [ ![ Build Status ] ( https://travis-ci.org/krassowski/jupyterlab-lsp.svg?branch=master )] ( https://travis-ci.org/krassowski/jupyterlab-lsp ) ![ tests] ( https://github.com/krassowski/jupyterlab-lsp/workflows/tests/badge.svg ) [ ![ Documentation Status] ( https://readthedocs.org/projects/jupyterlab-lsp/badge/?version=latest )] ( https://jupyterlab-lsp.readthedocs.io/en/latest/?badge=latest ) [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/krassowski/jupyterlab-lsp/master?urlpath=lab%2Ftree%2Fexamples%2FPython.ipynb )
3+ ![ tests] ( https://github.com/krassowski/jupyterlab-lsp/workflows/tests/badge.svg ) [ ![ Documentation Status] ( https://readthedocs.org/projects/jupyterlab-lsp/badge/?version=latest )] ( https://jupyterlab-lsp.readthedocs.io/en/latest/?badge=latest ) [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/krassowski/jupyterlab-lsp/master?urlpath=lab%2Ftree%2Fexamples%2FPython.ipynb )
44
55> _ This project is still maturing, but you are welcome to check it out, leave feedback and/or a PR_
66
Original file line number Diff line number Diff line change 11# Go to definition extension for JupyterLab
22
3- [ ![ Build Status ] ( https://travis-ci.org/krassowski/jupyterlab-go-to-definition.svg?branch=master )] ( https://travis-ci.org/krassowski/jupyterlab-go-to-definition ) [ ![ codebeat badge] ( https://codebeat.co/badges/89f4b78a-c28e-43a0-9b4c-35d36dbd9d5e )] ( https://codebeat.co/projects/github-com-krassowski-jupyterlab-go-to-definition-master ) [ ![ Binder] ( https://beta.mybinder.org/badge.svg )] ( https://mybinder.org/v2/gh/krassowski/jupyterlab-go-to-definition/master?urlpath=lab/tree/examples/demo.ipynb )
3+ [ ![ codebeat badge] ( https://codebeat.co/badges/89f4b78a-c28e-43a0-9b4c-35d36dbd9d5e )] ( https://codebeat.co/projects/github-com-krassowski-jupyterlab-go-to-definition-master ) [ ![ Binder] ( https://beta.mybinder.org/badge.svg )] ( https://mybinder.org/v2/gh/krassowski/jupyterlab-go-to-definition/master?urlpath=lab/tree/examples/demo.ipynb )
44
55Jump to definition of a variable or function in JupyterLab notebook and file editor.
66
You can’t perform that action at this time.
0 commit comments