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 69df10f commit d9c545cCopy full SHA for d9c545c
.github/workflows/build.yml
@@ -109,7 +109,7 @@ jobs:
109
name: extension-artifacts
110
- name: Install the dependencies
111
run: |
112
- python -m pip install --pre jupyterlite-core jupyterlite_javascript_kernel*.whl
+ python -m pip install --pre jupyterlite-core jupyter-server jupyterlite_javascript_kernel*.whl
113
- name: Build the JupyterLite site
114
115
jupyter lite build --output-dir dist --contents examples
0 commit comments