Skip to content

Commit 59bc87d

Browse files
jtpiofcollonval
andauthored
Apply suggestions from code review
Co-authored-by: Frédéric Collonval <[email protected]>
1 parent 39642d5 commit 59bc87d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
restore-keys: |
273273
${{ runner.os }}-pip-
274274
- name: Install the Python dependencies
275-
run: python -m pip install --pre jupyterlab
275+
run: python -m pip install jupyterlab
276276
- name: Bootstrap the jlpm deps
277277
run: jlpm
278278
- name: Build all the extensions

basics/hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ called `@jupyterlab/application`. The dependency of your extension on this
9191
package is declared in the file `package.json`:
9292

9393
```json5
94-
// package.json#L44-L46
94+
// package.json#L46-L48
9595

9696
"watch:src": "tsc -w"
9797
},

0 commit comments

Comments
 (0)