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 39642d5 commit 59bc87dCopy full SHA for 59bc87d
.github/workflows/main.yml
@@ -272,7 +272,7 @@ jobs:
272
restore-keys: |
273
${{ runner.os }}-pip-
274
- name: Install the Python dependencies
275
- run: python -m pip install --pre jupyterlab
+ run: python -m pip install jupyterlab
276
- name: Bootstrap the jlpm deps
277
run: jlpm
278
- name: Build all the extensions
basics/hello-world/README.md
@@ -91,7 +91,7 @@ called `@jupyterlab/application`. The dependency of your extension on this
91
package is declared in the file `package.json`:
92
93
```json5
94
-// package.json#L44-L46
+// package.json#L46-L48
95
96
"watch:src": "tsc -w"
97
},
0 commit comments