Skip to content

Commit 92813ba

Browse files
committed
Merge branch 'main' into feat/interact-type-hints
2 parents 9f79fac + bb2edf7 commit 92813ba

File tree

27 files changed

+3837
-2890
lines changed

27 files changed

+3837
-2890
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ ui-tests/playwright-report
4949
**/lite/.cache
5050
**/*.doit.*
5151
**/docs/typedoc/
52+
53+
.yarn

docs/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ dependencies:
2828
- bqplot
2929
- ipykernel
3030
- ipyleaflet
31-
- jupyterlite >=0.1.1,<0.2.0
31+
- jupyterlite-core >=0.3.0,<0.4.0
32+
- jupyterlite-pyodide-kernel
3233
- matplotlib-base
3334
- numpy
3435
- scikit-image

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ ipyleaflet
66
jupyter-client
77
jupyter-packaging
88
jupyterlab >=4
9-
jupyterlite >=0.1.1<0.2.0
9+
jupyterlite-core >=0.3.0<0.4.0
10+
jupyterlite-pyodide-kernel >=0.3.0<0.4.0
1011
matplotlib
1112
myst-nb >=0.17,<0.18
1213
numpy

docs/source/_templates/demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
type="radio"
2121
name="demo-app"
2222
autocomplete="off"
23-
value="{{ pathto('try/retro/index') }}?path=Widget%20List.ipynb"
23+
value="{{ pathto('try/tree/index') }}?path=Widget%20List.ipynb"
2424
>
2525
<i class="fas fa-book"></i> Notebook
2626
</label>

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def setup(app):
131131
rediraffe_redirects = {
132132
"typedoc/index": "_static/typedoc/index",
133133
"try/lab/index": "_static/lab/index",
134-
"try/retro/index": "_static/retro/tree/index",
134+
"try/tree/index": "_static/tree/index",
135135
}
136136

137137
# -- html --------------------------

docs/source/dev_release.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,14 @@ Lerna will prompt you for version numbers for each of the changed npm packages i
5858
## Configure twine username
5959

6060
If you have 2FA on, make sure you have your `~/.pypirc` file set to:
61+
6162
```
6263
[pypi]
6364
username = __token__
6465
```
66+
6567
Or set the environment variable
68+
6669
```
6770
export TWINE_USERNAME=__token__
6871
```

docs/source/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
There is a subdirectory called examples in the GitHub repo for `ipywidgets`. In the samples subdirectory are two directories, notebooks and development.
44

5-
<iframe width="100%" height="100vw" src="_static/retro/notebooks/?path=examples/Widget%20List.ipynb">
5+
<iframe width="100%" height="100vw" src="_static/notebooks/?path=examples/Widget%20List.ipynb">
66
</iframe>

docs/source/examples/Widget List.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@
169169
"widgets.FloatLogSlider(\n",
170170
" value=10,\n",
171171
" base=10,\n",
172-
" min=-10, # max exponent of base\n",
173-
" max=10, # min exponent of base\n",
172+
" min=-10, # min exponent of base\n",
173+
" max=10, # max exponent of base\n",
174174
" step=0.2, # exponent step\n",
175175
" description='Log Slider'\n",
176176
")"

examples/web1/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-widgets/example-web1",
3-
"version": "8.0.9",
3+
"version": "8.0.10",
44
"private": true,
55
"description": "Project that tests the ability to npm install jupyter-js-widgets within an npm project.",
66
"license": "BSD-3-Clause",
@@ -16,9 +16,9 @@
1616
"test:firefox:headless": "npm run test:default -- --browsers=FirefoxHeadless"
1717
},
1818
"dependencies": {
19-
"@jupyter-widgets/base": "^6.0.7",
20-
"@jupyter-widgets/base-manager": "^1.0.8",
21-
"@jupyter-widgets/controls": "^5.0.8"
19+
"@jupyter-widgets/base": "^6.0.8",
20+
"@jupyter-widgets/base-manager": "^1.0.9",
21+
"@jupyter-widgets/controls": "^5.0.9"
2222
},
2323
"devDependencies": {
2424
"chai": "^4.0.0",

examples/web2/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-widgets/example-web2",
3-
"version": "8.0.9",
3+
"version": "8.0.10",
44
"private": true,
55
"description": "Project that tests the ability to npm install jupyter-js-widgets within an npm project.",
66
"license": "BSD-3-Clause",
@@ -13,9 +13,9 @@
1313
"test:default": "echo \"No test specified\""
1414
},
1515
"dependencies": {
16-
"@jupyter-widgets/base": "^6.0.7",
17-
"@jupyter-widgets/base-manager": "^1.0.8",
18-
"@jupyter-widgets/controls": "^5.0.8",
16+
"@jupyter-widgets/base": "^6.0.8",
17+
"@jupyter-widgets/base-manager": "^1.0.9",
18+
"@jupyter-widgets/controls": "^5.0.9",
1919
"codemirror": "^5.48.0",
2020
"font-awesome": "^4.7.0"
2121
},

0 commit comments

Comments
 (0)