Skip to content

Commit 0d50850

Browse files
committed
Pin JupyterLab
Signed-off-by: martinRenou <[email protected]>
1 parent 7a8f1ba commit 0d50850

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

test-environment-ipyw8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- pandas >=1.0.0,<2.0.0
1414
- bqplot
1515
- scipy
16-
- jupyterlab =4
16+
- jupyterlab =4.1.6
1717
- jupyter-packaging
1818
- pytest
1919
- nbval

ui-tests-ipw7/tests/notebooks/conditional_formatting.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
"def format_based_on_date(cell):\n",
266266
" return (\n",
267267
" \"magenta\"\n",
268-
" if cell.column == 0 and cell.metadata.data[\"Dates\"] >= datetime(\"2020-10-21\")\n",
268+
" if cell.column == 0 and cell.metadata.data[\"Dates\"] >= \"2020-10-21\"\n",
269269
" else \"yellow\"\n",
270270
" )\n",
271271
"\n",
@@ -325,7 +325,7 @@
325325
"name": "python",
326326
"nbconvert_exporter": "python",
327327
"pygments_lexer": "ipython3",
328-
"version": "3.12.2"
328+
"version": "3.12.3"
329329
}
330330
},
331331
"nbformat": 4,

ui-tests-ipw8/tests/notebooks/conditional_formatting.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
"def format_based_on_date(cell):\n",
266266
" return (\n",
267267
" \"magenta\"\n",
268-
" if cell.column == 0 and cell.metadata.data[\"Dates\"] >= datetime(\"2020-10-21\")\n",
268+
" if cell.column == 0 and cell.metadata.data[\"Dates\"] >= \"2020-10-21\"\n",
269269
" else \"yellow\"\n",
270270
" )\n",
271271
"\n",
@@ -325,7 +325,7 @@
325325
"name": "python",
326326
"nbconvert_exporter": "python",
327327
"pygments_lexer": "ipython3",
328-
"version": "3.12.2"
328+
"version": "3.12.3"
329329
}
330330
},
331331
"nbformat": 4,

0 commit comments

Comments
 (0)