We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a7a7d commit 39b1204Copy full SHA for 39b1204
.github/workflows/job.test.yml
@@ -454,6 +454,9 @@ jobs:
454
- name: Install JupyterLab
455
shell: bash -l {0}
456
run: python -m pip install 'jupyterlab${{ matrix.lab }}'
457
+ - name: Install Notebook (to test serverextension)
458
+ shell: bash -l {0}
459
+ run: python -m pip install 'notebook'
460
- name: Install the server package
461
run: cd dist && python -m pip install -vv jupyter_lsp*.whl
462
- name: install the source extension
requirements/github-actions.yml
@@ -6,6 +6,8 @@ channels:
6
7
dependencies:
8
- jupyterlab {lab}
9
+ # to test serverextension
10
+ - notebook
11
# build dependencies
12
- pip
13
- nodejs {nodejs}
0 commit comments