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 33
33
nodejs : ' ${{ matrix.nodejs }}'
34
34
35
35
- 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
37
38
with :
38
39
python-version : ${{ matrix.python }}
39
40
channels : conda-forge, defaults
Original file line number Diff line number Diff line change 74
74
key : ${{ matrix.os }}-${{ matrix.python }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('requirements/github-actions.yml') }}
75
75
76
76
- 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
78
79
with :
79
80
python-version : ${{ matrix.python }}
80
81
channels : conda-forge, defaults
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Language Server Protocol integration for Jupyter(Lab)
2
2
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 )
4
4
5
5
> _ This project is still maturing, but you are welcome to check it out, leave feedback and/or a PR_
6
6
Original file line number Diff line number Diff line change 1
1
# Go to definition extension for JupyterLab
2
2
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 )
4
4
5
5
Jump to definition of a variable or function in JupyterLab notebook and file editor.
6
6
You can’t perform that action at this time.
0 commit comments