Skip to content

Commit 5545bc8

Browse files
authored
Add JupyterLab 4, Notebook 7 (beta) (#73)
1 parent 452b230 commit 5545bc8

File tree

110 files changed

+4037
-3813
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+4037
-3813
lines changed

.github/ISSUE_TEMPLATE/release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ labels: maintenance
1010
- [ ] move the new release to the top of the stack
1111
- [ ] validate on binder
1212
- [ ] validate on ReadTheDocs
13-
- [ ] wait for a successful build of `master`
13+
- [ ] wait for a successful build of `main`
1414
- [ ] download the `dist` archive and unpack somewhere (maybe a fresh `dist`)
1515
- [ ] create a new release through the GitHub UI
1616
- [ ] paste in the relevant `HISTORY.ipynb` entries

.github/env_specs/_base.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
channels:
22
- conda-forge
33
- nodefaults
4+
- conda-forge/label/notebook_beta
45
dependencies:
56
# enough stuff to run doit
6-
- doit
7+
- doit-with-toml
78
- pip
89
- pyyaml
10+
- flit >=3.9,<4
11+
- tomli
912
# really nothing for it
10-
- nodejs >=16,!=17.*,!=19.*
13+
- nodejs >=18,<19
1114
# hard deps
12-
- robotframework >=4
15+
- robotframework >=5
1316
- robotframework-seleniumlibrary >=4.5

.github/env_specs/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dependencies:
33
- ipykernel
44
- myst-nb
55
- port-for
6-
- pydata-sphinx-theme >=0.10,<0.11
6+
- pydata-sphinx-theme >=0.13.3,<0.14
77
- sphinx >=5.1
88
- sphinx-autobuild
99
- sphinx-copybutton

.github/env_specs/lab1.yml

-3
This file was deleted.

.github/env_specs/lab2.yml

-3
This file was deleted.

.github/env_specs/lab3.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
channels:
2-
- conda-forge
3-
- nodefaults
4-
51
dependencies:
62
- jupyter_server >=1.2
7-
- jupyterlab >=3.0.0,<4.0.0a0
3+
- jupyterlab >=3.6.4,<4.0.0a0
4+
- notebook >=6.0.0,<7.0.0a0
85
- jupyterlab_server >=2.0.0,<3.0.0a0
96
# next roadmap item
107
- ipywidgets >=8,<9 # ...with whatever version of...

.github/env_specs/lab4.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
dependencies:
2+
- jupyter_server >=1.2
3+
- jupyterlab >=4.0.1,<5.0.0a0
4+
- notebook >=7.0.0b3,<8.0.0a0
5+
- jupyterlab_server >=2.0.0,<3.0.0a0
6+
# next roadmap item
7+
- ipywidgets >=8,<9 # ...with whatever version of...
8+
# ... jupyterlab_widgets # it brings along

.github/env_specs/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies:
22
- black
3-
- flake8
4-
- isort <5
3+
- ruff
4+
- ssort
55
- robotframework-robocop >=2.6.0
66
- robotframework-tidy >=3.3.1
77
- yarn <2

.github/env_specs/meta.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ channels:
44

55
dependencies:
66
- boa >=0.14,<0.15
7-
# known-incompatible version with conda-lock
8-
- conda !=22.11.1
9-
- conda-lock >=1.3,<1.4
10-
- mamba >=1.1.0,<1.2
11-
- doit
7+
- conda <22.11.1 # known-incompatible version with conda-lock
8+
- conda-lock >=2,<2.1
9+
- doit-with-toml
10+
- flit >=3.9,<4.0
11+
- mamba >=1.4.0,<1.5
1212
- pip
1313
- ripgrep
1414
- twine

.github/env_specs/py3.7.yml

-7
This file was deleted.

.github/env_specs/py3.8.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dependencies:
2+
- ipython >=7,<8
3+
- python >=3.8,<3.9
4+
- robotframework <6
5+
- robotframework-pythonlibcore <3
6+
- robotframework-seleniumlibrary >=5,<6

.github/locks/docs/linux-64/conda.lock

+78-70
Large diffs are not rendered by default.

.github/locks/docs/osx-64/conda.lock

+76-68
Large diffs are not rendered by default.

.github/locks/docs/win-64/conda.lock

+77-66
Large diffs are not rendered by default.

.github/locks/lint/linux-64/conda.lock

+59-56
Large diffs are not rendered by default.

.github/locks/lint/osx-64/conda.lock

+57-54
Large diffs are not rendered by default.

.github/locks/lint/win-64/conda.lock

+59-53
Large diffs are not rendered by default.

.github/locks/meta/linux-64/conda.lock

+82-76
Large diffs are not rendered by default.

.github/locks/meta/osx-64/conda.lock

+84-78
Large diffs are not rendered by default.

.github/locks/meta/win-64/conda.lock

+76-69
Large diffs are not rendered by default.

.github/locks/test/linux-64/py3.11/lab1/conda.lock

-148
This file was deleted.

.github/locks/test/linux-64/py3.11/lab2/conda.lock

-148
This file was deleted.

.github/locks/test/linux-64/py3.11/lab3/conda.lock

+104-84
Large diffs are not rendered by default.

.github/locks/test/linux-64/py3.11/lab4/conda.lock

+160
Large diffs are not rendered by default.

.github/locks/test/linux-64/py3.7/lab1/conda.lock

-129
This file was deleted.

0 commit comments

Comments
 (0)