Skip to content

Commit e11549a

Browse files
authored
Merge pull request #111 from robots-from-jupyter/lite-b7
lite: 0.1.0b4 -> 0.1.0b7
2 parents d5b332c + bd4a78a commit e11549a

File tree

8 files changed

+16
-19
lines changed

8 files changed

+16
-19
lines changed

docs/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies:
1414
- ipywidgets
1515
- jupyterlab-fonts
1616
- jupyter-videochat
17+
- jupyterlab-webrtc-docprovider
1718
- wxyz_lab
1819
# dev stuff
1920
- pip
@@ -25,6 +26,5 @@ dependencies:
2526
- yarn
2627
- pip:
2728
# lite deps
28-
# - jupyterlite[all] ==0.1.0b4
29-
- https://github.com/datakurre/jupyterlite/releases/download/v0.1.0b4.robotkernel/jupyterlite-0.1.0b4-py3-none-any.whl#egg=jupyterlite[all]
29+
- jupyterlite[all] ==0.1.0b7
3030
- ../lite/jupyterlite-robotkernel

dodo.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def _clean_wheels():
199199
),
200200
# Not sure, why these were not discovered from conda environment
201201
doit.tools.CmdAction(
202-
[PY, "-m", "pip", "wheel", "--no-deps", "--prefer-binary", "jupyterlab-widgets", "jupyter-videochat", "jupyterlab-drawio"],
202+
[PY, "-m", "pip", "wheel", "--no-deps", "--prefer-binary", "jupyterlab-widgets", "jupyter-videochat", "jupyterlab-drawio", "jupyterlab-webrtc-docprovider"],
203203
cwd=str(LITE),
204204
shell=False,
205205
),
@@ -217,6 +217,8 @@ def _build():
217217
"build",
218218
"--debug",
219219
"--LiteBuildConfig.federated_extensions",
220+
f"{list(LITE.glob('jupyterlab_webrtc_docprovider*'))[-1]}",
221+
"--LiteBuildConfig.federated_extensions",
220222
f"{list(LITE.glob('jupyter_videochat*'))[-1]}",
221223
"--LiteBuildConfig.federated_extensions",
222224
f"{list(LITE.glob('jupyterlab_widgets*'))[-1]}",

lite/contents/Example.ipynb

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@
9797
"execution_count": null,
9898
"outputs": []
9999
},
100-
{
101-
"cell_type": "markdown",
102-
"source": "We expect these to be fixed pretty soon...",
103-
"metadata": {}
104-
},
105100
{
106101
"cell_type": "markdown",
107102
"source": "Next, to the fancier features. Let's define inline Python module for custom Python keyword library:",
@@ -209,4 +204,4 @@
209204
"outputs": []
210205
}
211206
]
212-
}
207+
}

lite/jupyterlite-robotkernel/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.1.0-beta.4"
6+
"version": "0.1.0-beta.7"
77
}

lite/jupyterlite-robotkernel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "0.1.0b4",
3+
"version": "0.1.0b7",
44
"private": true,
55
"devDependencies": {
66
"lerna": "^4.0.0"

lite/jupyterlite-robotkernel/packages/robolite-kernel-extension/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/robolite-kernel-extension",
3-
"version": "0.1.0-beta.4",
3+
"version": "0.1.0-beta.7",
44
"description": "JupyterLite - Robolite Kernel Extension",
55
"homepage": "https://github.com/jupyterlite/jupyterlite",
66
"bugs": {
@@ -41,9 +41,9 @@
4141
},
4242
"dependencies": {
4343
"@jupyterlab/coreutils": "~5.3.2",
44-
"@jupyterlite/kernel": "^0.1.0-beta.4",
45-
"@jupyterlite/robolite-kernel": "^0.1.0-beta.4",
46-
"@jupyterlite/server": "^0.1.0-beta.4"
44+
"@jupyterlite/kernel": "^0.1.0-beta.7",
45+
"@jupyterlite/robolite-kernel": "^0.1.0-beta.7",
46+
"@jupyterlite/server": "^0.1.0-beta.7"
4747
},
4848
"devDependencies": {
4949
"@jupyterlab/builder": "^3.2.0",

lite/jupyterlite-robotkernel/packages/robolite-kernel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/robolite-kernel",
3-
"version": "0.1.0-beta.4",
3+
"version": "0.1.0-beta.7",
44
"description": "JupyterLite - Robolite Kernel",
55
"homepage": "https://github.com/jupyterlite/jupyterlite",
66
"bugs": {
@@ -40,8 +40,8 @@
4040
"watch:src": "tsc -bw"
4141
},
4242
"dependencies": {
43-
"@jupyterlite/kernel": "^0.1.0-beta.4",
44-
"@jupyterlite/pyolite-kernel": "0.1.0-beta.4"
43+
"@jupyterlite/kernel": "^0.1.0-beta.7",
44+
"@jupyterlite/pyolite-kernel": "0.1.0-beta.7"
4545
},
4646
"devDependencies": {
4747
"@jupyterlab/builder": "^3.2.0",

lite/jupyterlite-robotkernel/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ install_requires =
4444
pkginfo
4545
jupyterlab-widgets
4646
jupyterlab-robotmode
47-
jupyterlite[contents] ==0.1.0b4
47+
jupyterlite[contents] ==0.1.0b7
4848

4949
[options.packages.find]
5050
where =

0 commit comments

Comments
 (0)