Skip to content

Commit 402e872

Browse files
committed
Update READMEs with embedme
1 parent 4119687 commit 402e872

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

advanced/server-extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ setup_args = dict(
559559
cmdclass= cmdclass,
560560
packages=setuptools.find_packages(),
561561
install_requires=[
562-
"jupyterlab>=3.0.0rc0,==3.*",
562+
"jupyterlab>=3.0.0rc2,==3.*",
563563
],
564564
zip_safe=False,
565565
include_package_data=True,

basics/hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ package is declared in the file `package.json`:
9595

9696
},
9797
"dependencies": {
98-
"@jupyterlab/application": "^3.0.0-rc.0"
98+
"@jupyterlab/application": "^3.0.0-rc.2"
9999
```
100100
101101
With this basic import setup, you can move on to construct a new instance

main-menu/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ After the execution of that command, `package.json` should list them in the
8989

9090
},
9191
"dependencies": {
92-
"@jupyterlab/application": "^3.0.0-rc.0",
93-
"@jupyterlab/mainmenu": "^3.0.0-rc.0",
92+
"@jupyterlab/application": "^3.0.0-rc.2",
93+
"@jupyterlab/mainmenu": "^3.0.0-rc.2",
9494
"@lumino/widgets": "^1.14.0"
9595
```
9696

0 commit comments

Comments
 (0)