Wed Jan 10 20:48:50 2024 UTC (138d)
py-jupyterlab: updated to 4.0.10

4.0.10

Bugs fixed

- Backport: Improve scrolling to heading
- Workaround focus leaving input box on consecutive submissions
- Fix search coming back in notebook and editor
- Fix `jupyter labextension watch --help`
- Fix `FormComponent` showing error indicators in all fields when using a `customValidate` function
- Fix Shift + L not working in stdin

Maintenance and upkeep improvements

- Backport: Adopt ruff format
- Pin `actions/labeler` to v4 to fix failing CI action
- Fix URLs in debugger-extension
- More robust galata/UI tests

Documentation improvements

- Backport: Adopt ruff format


(adam)
diff -r1.7 -r1.8 pkgsrc/www/py-jupyterlab/Makefile
diff -r1.5 -r1.6 pkgsrc/www/py-jupyterlab/PLIST
diff -r1.4 -r1.5 pkgsrc/www/py-jupyterlab/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/www/py-jupyterlab/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-jupyterlab/Makefile 2023/11/20 08:13:47 1.7
+++ pkgsrc/www/py-jupyterlab/Makefile 2024/01/10 20:48:50 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2023/11/20 08:13:47 adam Exp $ 1# $NetBSD: Makefile,v 1.8 2024/01/10 20:48:50 adam Exp $
2 2
3DISTNAME= jupyterlab-4.0.9 3DISTNAME= jupyterlab-4.0.10
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyterlab/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyterlab/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/jupyterlab/jupyterlab 9HOMEPAGE= https://github.com/jupyterlab/jupyterlab
10COMMENT= Next-generation user interface for Project Jupyter 10COMMENT= Next-generation user interface for Project Jupyter
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.5:../../devel/py-hatchling 13TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.5:../../devel/py-hatchling
14TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-jupyter-builder>=0.3.2:../../devel/py-hatch-jupyter-builder 14TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-jupyter-builder>=0.3.2:../../devel/py-hatch-jupyter-builder
15DEPENDS+= ${PYPKGPREFIX}-async-lru>=1.0.0:../../devel/py-async-lru 15DEPENDS+= ${PYPKGPREFIX}-async-lru>=1.0.0:../../devel/py-async-lru
16DEPENDS+= ${PYPKGPREFIX}-ipykernel-[0-9]*:../../devel/py-ipykernel 16DEPENDS+= ${PYPKGPREFIX}-ipykernel-[0-9]*:../../devel/py-ipykernel

cvs diff -r1.5 -r1.6 pkgsrc/www/py-jupyterlab/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-jupyterlab/PLIST 2023/11/20 08:13:47 1.5
+++ pkgsrc/www/py-jupyterlab/PLIST 2024/01/10 20:48:50 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.5 2023/11/20 08:13:47 adam Exp $ 1@comment $NetBSD: PLIST,v 1.6 2024/01/10 20:48:50 adam Exp $
2bin/jlpm-${PYVERSSUFFIX} 2bin/jlpm-${PYVERSSUFFIX}
3bin/jupyter-lab-${PYVERSSUFFIX} 3bin/jupyter-lab-${PYVERSSUFFIX}
4bin/jupyter-labextension-${PYVERSSUFFIX} 4bin/jupyter-labextension-${PYVERSSUFFIX}
5bin/jupyter-labhub-${PYVERSSUFFIX} 5bin/jupyter-labhub-${PYVERSSUFFIX}
6etc/jupyter/jupyter_notebook_config.d/jupyterlab.json 6etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
7etc/jupyter/jupyter_server_config.d/jupyterlab.json 7etc/jupyter/jupyter_server_config.d/jupyterlab.json
8${PYSITELIB}/${WHEEL_INFODIR}/METADATA 8${PYSITELIB}/${WHEEL_INFODIR}/METADATA
9${PYSITELIB}/${WHEEL_INFODIR}/RECORD 9${PYSITELIB}/${WHEEL_INFODIR}/RECORD
10${PYSITELIB}/${WHEEL_INFODIR}/WHEEL 10${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
11${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt 11${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
12${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE 12${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
13${PYSITELIB}/jupyterlab/__init__.py 13${PYSITELIB}/jupyterlab/__init__.py
14${PYSITELIB}/jupyterlab/__init__.pyc 14${PYSITELIB}/jupyterlab/__init__.pyc
@@ -40,27 +40,27 @@ ${PYSITELIB}/jupyterlab/extensions/manag @@ -40,27 +40,27 @@ ${PYSITELIB}/jupyterlab/extensions/manag
40${PYSITELIB}/jupyterlab/extensions/manager.pyo 40${PYSITELIB}/jupyterlab/extensions/manager.pyo
41${PYSITELIB}/jupyterlab/extensions/pypi.py 41${PYSITELIB}/jupyterlab/extensions/pypi.py
42${PYSITELIB}/jupyterlab/extensions/pypi.pyc 42${PYSITELIB}/jupyterlab/extensions/pypi.pyc
43${PYSITELIB}/jupyterlab/extensions/pypi.pyo 43${PYSITELIB}/jupyterlab/extensions/pypi.pyo
44${PYSITELIB}/jupyterlab/extensions/readonly.py 44${PYSITELIB}/jupyterlab/extensions/readonly.py
45${PYSITELIB}/jupyterlab/extensions/readonly.pyc 45${PYSITELIB}/jupyterlab/extensions/readonly.pyc
46${PYSITELIB}/jupyterlab/extensions/readonly.pyo 46${PYSITELIB}/jupyterlab/extensions/readonly.pyo
47${PYSITELIB}/jupyterlab/federated_labextensions.py 47${PYSITELIB}/jupyterlab/federated_labextensions.py
48${PYSITELIB}/jupyterlab/federated_labextensions.pyc 48${PYSITELIB}/jupyterlab/federated_labextensions.pyc
49${PYSITELIB}/jupyterlab/federated_labextensions.pyo 49${PYSITELIB}/jupyterlab/federated_labextensions.pyo
50${PYSITELIB}/jupyterlab/galata/@jupyterlab/galata-extension/build_log.json 50${PYSITELIB}/jupyterlab/galata/@jupyterlab/galata-extension/build_log.json
51${PYSITELIB}/jupyterlab/galata/@jupyterlab/galata-extension/package.json 51${PYSITELIB}/jupyterlab/galata/@jupyterlab/galata-extension/package.json
52${PYSITELIB}/jupyterlab/galata/@jupyterlab/galata-extension/static/lib_extension_index_js.6258249575a3de76958a.js 52${PYSITELIB}/jupyterlab/galata/@jupyterlab/galata-extension/static/lib_extension_index_js.6258249575a3de76958a.js
53${PYSITELIB}/jupyterlab/galata/@jupyterlab/galata-extension/static/remoteEntry.5f6e41f093b232afcf03.js 53${PYSITELIB}/jupyterlab/galata/@jupyterlab/galata-extension/static/remoteEntry.ea07748e92a569dd8caa.js
54${PYSITELIB}/jupyterlab/galata/@jupyterlab/galata-extension/static/style.js 54${PYSITELIB}/jupyterlab/galata/@jupyterlab/galata-extension/static/style.js
55${PYSITELIB}/jupyterlab/galata/__init__.py 55${PYSITELIB}/jupyterlab/galata/__init__.py
56${PYSITELIB}/jupyterlab/galata/__init__.pyc 56${PYSITELIB}/jupyterlab/galata/__init__.pyc
57${PYSITELIB}/jupyterlab/galata/__init__.pyo 57${PYSITELIB}/jupyterlab/galata/__init__.pyo
58${PYSITELIB}/jupyterlab/handlers/__init__.py 58${PYSITELIB}/jupyterlab/handlers/__init__.py
59${PYSITELIB}/jupyterlab/handlers/__init__.pyc 59${PYSITELIB}/jupyterlab/handlers/__init__.pyc
60${PYSITELIB}/jupyterlab/handlers/__init__.pyo 60${PYSITELIB}/jupyterlab/handlers/__init__.pyo
61${PYSITELIB}/jupyterlab/handlers/announcements.py 61${PYSITELIB}/jupyterlab/handlers/announcements.py
62${PYSITELIB}/jupyterlab/handlers/announcements.pyc 62${PYSITELIB}/jupyterlab/handlers/announcements.pyc
63${PYSITELIB}/jupyterlab/handlers/announcements.pyo 63${PYSITELIB}/jupyterlab/handlers/announcements.pyo
64${PYSITELIB}/jupyterlab/handlers/build_handler.py 64${PYSITELIB}/jupyterlab/handlers/build_handler.py
65${PYSITELIB}/jupyterlab/handlers/build_handler.pyc 65${PYSITELIB}/jupyterlab/handlers/build_handler.pyc
66${PYSITELIB}/jupyterlab/handlers/build_handler.pyo 66${PYSITELIB}/jupyterlab/handlers/build_handler.pyo
@@ -310,106 +310,106 @@ ${PYSITELIB}/jupyterlab/static/5203.c002 @@ -310,106 +310,106 @@ ${PYSITELIB}/jupyterlab/static/5203.c002
310${PYSITELIB}/jupyterlab/static/5331.0cd3f010bb08983ec3fd.js 310${PYSITELIB}/jupyterlab/static/5331.0cd3f010bb08983ec3fd.js
311${PYSITELIB}/jupyterlab/static/5440.2541fcda12b661665148.js 311${PYSITELIB}/jupyterlab/static/5440.2541fcda12b661665148.js
312${PYSITELIB}/jupyterlab/static/5521.ce4a0274596e0325374c.js 312${PYSITELIB}/jupyterlab/static/5521.ce4a0274596e0325374c.js
313${PYSITELIB}/jupyterlab/static/5746.e4434ef2027bcc5ed0c9.js 313${PYSITELIB}/jupyterlab/static/5746.e4434ef2027bcc5ed0c9.js
314${PYSITELIB}/jupyterlab/static/581.2b878ed37172aced15b5.js 314${PYSITELIB}/jupyterlab/static/581.2b878ed37172aced15b5.js
315${PYSITELIB}/jupyterlab/static/5881.3946238aa4afdcf4f964.js 315${PYSITELIB}/jupyterlab/static/5881.3946238aa4afdcf4f964.js
316${PYSITELIB}/jupyterlab/static/5959.a6b1fd3b03d3649ea8b1.js 316${PYSITELIB}/jupyterlab/static/5959.a6b1fd3b03d3649ea8b1.js
317${PYSITELIB}/jupyterlab/static/5cda41563a095bd70c78.woff 317${PYSITELIB}/jupyterlab/static/5cda41563a095bd70c78.woff
318${PYSITELIB}/jupyterlab/static/6059.d83e7323b2ee1aa16009.js 318${PYSITELIB}/jupyterlab/static/6059.d83e7323b2ee1aa16009.js
319${PYSITELIB}/jupyterlab/static/6163.f5b51a9f0df4846ba40f.js 319${PYSITELIB}/jupyterlab/static/6163.f5b51a9f0df4846ba40f.js
320${PYSITELIB}/jupyterlab/static/6207.a8079c8d8a61039dd530.js 320${PYSITELIB}/jupyterlab/static/6207.a8079c8d8a61039dd530.js
321${PYSITELIB}/jupyterlab/static/6243.2efd673d1304c43b7b78.js 321${PYSITELIB}/jupyterlab/static/6243.2efd673d1304c43b7b78.js
322${PYSITELIB}/jupyterlab/static/6267.1def2916929e185ab9fc.js 322${PYSITELIB}/jupyterlab/static/6267.1def2916929e185ab9fc.js
 323${PYSITELIB}/jupyterlab/static/6323.a132b67edcaf8ae86a13.js
323${PYSITELIB}/jupyterlab/static/6359.4b994bfd6b1dea2d6fe3.js 324${PYSITELIB}/jupyterlab/static/6359.4b994bfd6b1dea2d6fe3.js
324${PYSITELIB}/jupyterlab/static/6443.e6b52d3732b3e8513a71.js 325${PYSITELIB}/jupyterlab/static/6443.e6b52d3732b3e8513a71.js
325${PYSITELIB}/jupyterlab/static/6532.bb7137729a2d6d4e6ddf.js 326${PYSITELIB}/jupyterlab/static/6532.bb7137729a2d6d4e6ddf.js
326${PYSITELIB}/jupyterlab/static/6560.f42276a0b1b92aea515b.js 327${PYSITELIB}/jupyterlab/static/6560.f42276a0b1b92aea515b.js
327${PYSITELIB}/jupyterlab/static/6595.6a1d7e1abbf186dd119b.js 328${PYSITELIB}/jupyterlab/static/6595.6a1d7e1abbf186dd119b.js
328${PYSITELIB}/jupyterlab/static/6686.3c518aa6e5f9785fb486.js 329${PYSITELIB}/jupyterlab/static/6686.3c518aa6e5f9785fb486.js
329${PYSITELIB}/jupyterlab/static/6815.0b699f0c162a24b0dbe3.js 330${PYSITELIB}/jupyterlab/static/6815.0b699f0c162a24b0dbe3.js
330${PYSITELIB}/jupyterlab/static/6888.9d3914817f3290827a64.js 331${PYSITELIB}/jupyterlab/static/6888.9d3914817f3290827a64.js
331${PYSITELIB}/jupyterlab/static/7080.1330328bb6f46b4da81e.js 332${PYSITELIB}/jupyterlab/static/7080.1330328bb6f46b4da81e.js
332${PYSITELIB}/jupyterlab/static/7112.d5120c85ebd17620dda0.js 333${PYSITELIB}/jupyterlab/static/7112.d5120c85ebd17620dda0.js
333${PYSITELIB}/jupyterlab/static/7173.e28f63dbd553818e07d3.js 334${PYSITELIB}/jupyterlab/static/7173.e28f63dbd553818e07d3.js
334${PYSITELIB}/jupyterlab/static/721921bab0d001ebff02.woff 335${PYSITELIB}/jupyterlab/static/721921bab0d001ebff02.woff
335${PYSITELIB}/jupyterlab/static/7245.c0cae8787dcd00b991b7.js 336${PYSITELIB}/jupyterlab/static/7245.c0cae8787dcd00b991b7.js
336${PYSITELIB}/jupyterlab/static/7294.badf85a3180703d63f62.js 337${PYSITELIB}/jupyterlab/static/7294.badf85a3180703d63f62.js
337${PYSITELIB}/jupyterlab/static/7294.badf85a3180703d63f62.js.LICENSE.txt 338${PYSITELIB}/jupyterlab/static/7294.badf85a3180703d63f62.js.LICENSE.txt
338${PYSITELIB}/jupyterlab/static/72bc573386dd1d48c5bb.woff 339${PYSITELIB}/jupyterlab/static/72bc573386dd1d48c5bb.woff
339${PYSITELIB}/jupyterlab/static/7317.af8a7da0f881a22752c1.js 340${PYSITELIB}/jupyterlab/static/7317.af8a7da0f881a22752c1.js
340${PYSITELIB}/jupyterlab/static/7318.397bf8e913e825b2be27.js 341${PYSITELIB}/jupyterlab/static/7318.397bf8e913e825b2be27.js
341${PYSITELIB}/jupyterlab/static/7363.abe8e31a91e113753bae.js 342${PYSITELIB}/jupyterlab/static/7363.abe8e31a91e113753bae.js
342${PYSITELIB}/jupyterlab/static/7384.60351e008d8f687e8fcc.js 343${PYSITELIB}/jupyterlab/static/7384.60351e008d8f687e8fcc.js
343${PYSITELIB}/jupyterlab/static/7390.8253478b90f756692702.js 344${PYSITELIB}/jupyterlab/static/7390.8253478b90f756692702.js
344${PYSITELIB}/jupyterlab/static/745.85516a9bb83bcd94d00d.js 345${PYSITELIB}/jupyterlab/static/745.85516a9bb83bcd94d00d.js
345${PYSITELIB}/jupyterlab/static/7451.c0257dbfdd320e2c21f5.js 346${PYSITELIB}/jupyterlab/static/7451.c0257dbfdd320e2c21f5.js
346${PYSITELIB}/jupyterlab/static/7451.c0257dbfdd320e2c21f5.js.LICENSE.txt 347${PYSITELIB}/jupyterlab/static/7451.c0257dbfdd320e2c21f5.js.LICENSE.txt
347${PYSITELIB}/jupyterlab/static/7472.58ba8647a489d019c2ef.js 348${PYSITELIB}/jupyterlab/static/7472.58ba8647a489d019c2ef.js
348${PYSITELIB}/jupyterlab/static/7473.5012397d10d3b945ecaa.js 349${PYSITELIB}/jupyterlab/static/7473.5012397d10d3b945ecaa.js
349${PYSITELIB}/jupyterlab/static/7508.f230fde75cb6e11acf38.js 350${PYSITELIB}/jupyterlab/static/7508.b902347f820c70cd386a.js
350${PYSITELIB}/jupyterlab/static/7511.b381a696cf806983c654.js 351${PYSITELIB}/jupyterlab/static/7511.b381a696cf806983c654.js
351${PYSITELIB}/jupyterlab/static/7517.f3e5d420f4af90d442dd.js 352${PYSITELIB}/jupyterlab/static/7517.06577adbf2ae42d4b8d6.js
352${PYSITELIB}/jupyterlab/static/7669.343e259c4c8269479f5b.js 353${PYSITELIB}/jupyterlab/static/7669.343e259c4c8269479f5b.js
353${PYSITELIB}/jupyterlab/static/7702.c479c69f7a532f7b3fd5.js 354${PYSITELIB}/jupyterlab/static/7702.c479c69f7a532f7b3fd5.js
354${PYSITELIB}/jupyterlab/static/7730.7e3a9fb140d2d55a51fc.js 355${PYSITELIB}/jupyterlab/static/7730.7e3a9fb140d2d55a51fc.js
355${PYSITELIB}/jupyterlab/static/7731.26db150e967313b7a7e2.js 356${PYSITELIB}/jupyterlab/static/7731.26db150e967313b7a7e2.js
356${PYSITELIB}/jupyterlab/static/7763.19a095394000f9ef62bd.js 357${PYSITELIB}/jupyterlab/static/7763.19a095394000f9ef62bd.js
357${PYSITELIB}/jupyterlab/static/7763.19a095394000f9ef62bd.js.LICENSE.txt 358${PYSITELIB}/jupyterlab/static/7763.19a095394000f9ef62bd.js.LICENSE.txt
358${PYSITELIB}/jupyterlab/static/7775.3e0dee729369fe3d5008.js 359${PYSITELIB}/jupyterlab/static/7775.3e0dee729369fe3d5008.js
359${PYSITELIB}/jupyterlab/static/7823.817687f13e9a6781fdd3.js 360${PYSITELIB}/jupyterlab/static/7823.817687f13e9a6781fdd3.js
360${PYSITELIB}/jupyterlab/static/7827.e36d073d947bf02a05e3.js 361${PYSITELIB}/jupyterlab/static/7827.e36d073d947bf02a05e3.js
361${PYSITELIB}/jupyterlab/static/7848.e83aa4b90ae87209abb8.js 362${PYSITELIB}/jupyterlab/static/7848.e83aa4b90ae87209abb8.js
362${PYSITELIB}/jupyterlab/static/786.8a99ee7dbd7bd0eb9dce.js 363${PYSITELIB}/jupyterlab/static/786.8a99ee7dbd7bd0eb9dce.js
363${PYSITELIB}/jupyterlab/static/7877.a4c46a784149533b91d4.js 364${PYSITELIB}/jupyterlab/static/7877.a4c46a784149533b91d4.js
364${PYSITELIB}/jupyterlab/static/7887.128a155df5d25e88c0ce.js 365${PYSITELIB}/jupyterlab/static/7887.128a155df5d25e88c0ce.js
365${PYSITELIB}/jupyterlab/static/795.47ab66037ef33f808f09.js 366${PYSITELIB}/jupyterlab/static/795.47ab66037ef33f808f09.js
366${PYSITELIB}/jupyterlab/static/79d088064beb3826054f.eot 367${PYSITELIB}/jupyterlab/static/79d088064beb3826054f.eot
367${PYSITELIB}/jupyterlab/static/8002.25f64485372af5158c83.js 368${PYSITELIB}/jupyterlab/static/8002.25f64485372af5158c83.js
368${PYSITELIB}/jupyterlab/static/8010.1cf8237e9def8404f355.js 369${PYSITELIB}/jupyterlab/static/8010.1cf8237e9def8404f355.js
369${PYSITELIB}/jupyterlab/static/8012.40cb006f0c180ebafa91.js 370${PYSITELIB}/jupyterlab/static/8012.40cb006f0c180ebafa91.js
370${PYSITELIB}/jupyterlab/static/812.fa595a2be03628e77c9a.js 371${PYSITELIB}/jupyterlab/static/812.2577ef8cc5e1b8ad35e9.js
371${PYSITELIB}/jupyterlab/static/8285.1eac7b7582569be1c3a8.js 372${PYSITELIB}/jupyterlab/static/8285.1eac7b7582569be1c3a8.js
372${PYSITELIB}/jupyterlab/static/830.8ddf7d2d91f66a8e4d36.js 373${PYSITELIB}/jupyterlab/static/830.8ddf7d2d91f66a8e4d36.js
373${PYSITELIB}/jupyterlab/static/8302.4c190e10b00fe083570e.js 374${PYSITELIB}/jupyterlab/static/8302.ed6e1953f9cfa8a35103.js
374${PYSITELIB}/jupyterlab/static/8319.80fcbc832e1eb20b71e7.js 375${PYSITELIB}/jupyterlab/static/8319.80fcbc832e1eb20b71e7.js
375${PYSITELIB}/jupyterlab/static/8347.573b699e3590729bfa8a.js 376${PYSITELIB}/jupyterlab/static/8347.573b699e3590729bfa8a.js
376${PYSITELIB}/jupyterlab/static/8405.154ba4b17a2dec22a355.js 377${PYSITELIB}/jupyterlab/static/8405.154ba4b17a2dec22a355.js
377${PYSITELIB}/jupyterlab/static/8493.fc635229db38e6fc6aa2.js 378${PYSITELIB}/jupyterlab/static/8493.fc635229db38e6fc6aa2.js
378${PYSITELIB}/jupyterlab/static/8498.27a245b23921914bf5c2.js 379${PYSITELIB}/jupyterlab/static/8498.27a245b23921914bf5c2.js
379${PYSITELIB}/jupyterlab/static/8512.1af96655287fd124877b.js 380${PYSITELIB}/jupyterlab/static/8512.1af96655287fd124877b.js
380${PYSITELIB}/jupyterlab/static/867.c87965a7ebc8621058ae.js 
381${PYSITELIB}/jupyterlab/static/8678.dcd3dab9025b13eb9be8.js 381${PYSITELIB}/jupyterlab/static/8678.dcd3dab9025b13eb9be8.js
382${PYSITELIB}/jupyterlab/static/870673df72e70f87c91a.woff 382${PYSITELIB}/jupyterlab/static/870673df72e70f87c91a.woff
383${PYSITELIB}/jupyterlab/static/8710.5fc5ecb762fb4494db02.js 383${PYSITELIB}/jupyterlab/static/8710.5fc5ecb762fb4494db02.js
384${PYSITELIB}/jupyterlab/static/8768.4a80caab00174c50eb10.js 384${PYSITELIB}/jupyterlab/static/8768.4a80caab00174c50eb10.js
385${PYSITELIB}/jupyterlab/static/8768.4a80caab00174c50eb10.js.LICENSE.txt 385${PYSITELIB}/jupyterlab/static/8768.4a80caab00174c50eb10.js.LICENSE.txt
386${PYSITELIB}/jupyterlab/static/8771.327a202178f82f3b15b8.js 386${PYSITELIB}/jupyterlab/static/8771.0ab0916c445ff9bcc179.js
387${PYSITELIB}/jupyterlab/static/8787.4d36d28dcf94bf59cbfe.js 387${PYSITELIB}/jupyterlab/static/8787.4d36d28dcf94bf59cbfe.js
388${PYSITELIB}/jupyterlab/static/8805.0f14a91b024b59c039a7.js 388${PYSITELIB}/jupyterlab/static/8805.0f14a91b024b59c039a7.js
389${PYSITELIB}/jupyterlab/static/8823.2ff947bcd96cc0723058.js 389${PYSITELIB}/jupyterlab/static/8823.2ff947bcd96cc0723058.js
390${PYSITELIB}/jupyterlab/static/8875.88988caaba1e33edad5b.js 390${PYSITELIB}/jupyterlab/static/8875.88988caaba1e33edad5b.js
391${PYSITELIB}/jupyterlab/static/88b98cad3688915e50da.woff 391${PYSITELIB}/jupyterlab/static/88b98cad3688915e50da.woff
392${PYSITELIB}/jupyterlab/static/8ea8791754915a898a31.woff2 392${PYSITELIB}/jupyterlab/static/8ea8791754915a898a31.woff2
393${PYSITELIB}/jupyterlab/static/8ea8dbb1b02e6f730f55.woff 393${PYSITELIB}/jupyterlab/static/8ea8dbb1b02e6f730f55.woff
394${PYSITELIB}/jupyterlab/static/9.0e0cba0ccc2a4b670600.js 394${PYSITELIB}/jupyterlab/static/9.0e0cba0ccc2a4b670600.js
395${PYSITELIB}/jupyterlab/static/9030.260bc05e28eccff70ae8.js 395${PYSITELIB}/jupyterlab/static/9030.260bc05e28eccff70ae8.js
396${PYSITELIB}/jupyterlab/static/9041.df39043656c7233552e4.js 396${PYSITELIB}/jupyterlab/static/9041.df39043656c7233552e4.js
397${PYSITELIB}/jupyterlab/static/9055.bd710a8db8883a836b59.js 397${PYSITELIB}/jupyterlab/static/9055.bd710a8db8883a836b59.js
398${PYSITELIB}/jupyterlab/static/9065.5305259c65dfa1c99874.js 398${PYSITELIB}/jupyterlab/static/9065.5305259c65dfa1c99874.js
399${PYSITELIB}/jupyterlab/static/9109.fa3ee74a5c0f378f4d51.js 399${PYSITELIB}/jupyterlab/static/9109.fa3ee74a5c0f378f4d51.js
400${PYSITELIB}/jupyterlab/static/9192.db4337a516b7f38d1f89.js 400${PYSITELIB}/jupyterlab/static/9192.db4337a516b7f38d1f89.js
401${PYSITELIB}/jupyterlab/static/9222.1c2a8e69a2de57dd1984.js 401${PYSITELIB}/jupyterlab/static/9222.1c2a8e69a2de57dd1984.js
402${PYSITELIB}/jupyterlab/static/9230.58b8c42b730e1a56e69b.js 402${PYSITELIB}/jupyterlab/static/9230.0f817b2a7d934660210a.js
403${PYSITELIB}/jupyterlab/static/9265.bc2b66a4502cdfcfc14f.js 403${PYSITELIB}/jupyterlab/static/9265.bc2b66a4502cdfcfc14f.js
404${PYSITELIB}/jupyterlab/static/9362.823dcfac216f8057452d.js 404${PYSITELIB}/jupyterlab/static/9362.823dcfac216f8057452d.js
405${PYSITELIB}/jupyterlab/static/9409.34c33ed11e2d6f318480.js 405${PYSITELIB}/jupyterlab/static/9409.34c33ed11e2d6f318480.js
406${PYSITELIB}/jupyterlab/static/942.93c8de61ea9ea08ec097.js 406${PYSITELIB}/jupyterlab/static/942.93c8de61ea9ea08ec097.js
407${PYSITELIB}/jupyterlab/static/9421.022dc7b4e9a2c80c32c2.js 407${PYSITELIB}/jupyterlab/static/9421.022dc7b4e9a2c80c32c2.js
408${PYSITELIB}/jupyterlab/static/9445.fe5e9e5b728de8d15873.js 408${PYSITELIB}/jupyterlab/static/9445.fe5e9e5b728de8d15873.js
409${PYSITELIB}/jupyterlab/static/9621.9cbfa52c42927bb398b4.js 409${PYSITELIB}/jupyterlab/static/9621.9cbfa52c42927bb398b4.js
410${PYSITELIB}/jupyterlab/static/9653.d93c93e084cd5e93cd2d.js 410${PYSITELIB}/jupyterlab/static/9653.d93c93e084cd5e93cd2d.js
411${PYSITELIB}/jupyterlab/static/9674eb1bd55047179038.svg 411${PYSITELIB}/jupyterlab/static/9674eb1bd55047179038.svg
412${PYSITELIB}/jupyterlab/static/9738.c0234a1f7f6ac262f560.js 412${PYSITELIB}/jupyterlab/static/9738.c0234a1f7f6ac262f560.js
413${PYSITELIB}/jupyterlab/static/9747.6dd327f4928c6989ea8a.js 413${PYSITELIB}/jupyterlab/static/9747.6dd327f4928c6989ea8a.js
414${PYSITELIB}/jupyterlab/static/9747.6dd327f4928c6989ea8a.js.LICENSE.txt 414${PYSITELIB}/jupyterlab/static/9747.6dd327f4928c6989ea8a.js.LICENSE.txt
415${PYSITELIB}/jupyterlab/static/9826.406d2a71dc45995bc549.js 415${PYSITELIB}/jupyterlab/static/9826.406d2a71dc45995bc549.js
@@ -425,28 +425,28 @@ ${PYSITELIB}/jupyterlab/static/be0a08496 @@ -425,28 +425,28 @@ ${PYSITELIB}/jupyterlab/static/be0a08496
425${PYSITELIB}/jupyterlab/static/bootstrap.js 425${PYSITELIB}/jupyterlab/static/bootstrap.js
426${PYSITELIB}/jupyterlab/static/build_log.json 426${PYSITELIB}/jupyterlab/static/build_log.json
427${PYSITELIB}/jupyterlab/static/c49810b53ecc0d87d802.woff 427${PYSITELIB}/jupyterlab/static/c49810b53ecc0d87d802.woff
428${PYSITELIB}/jupyterlab/static/c56da8d69f1a0208b8e0.woff 428${PYSITELIB}/jupyterlab/static/c56da8d69f1a0208b8e0.woff
429${PYSITELIB}/jupyterlab/static/cb9e9e693192413cde2b.woff 429${PYSITELIB}/jupyterlab/static/cb9e9e693192413cde2b.woff
430${PYSITELIB}/jupyterlab/static/cda59d6efffa685830fd.ttf 430${PYSITELIB}/jupyterlab/static/cda59d6efffa685830fd.ttf
431${PYSITELIB}/jupyterlab/static/e4299464e7b012968eed.eot 431${PYSITELIB}/jupyterlab/static/e4299464e7b012968eed.eot
432${PYSITELIB}/jupyterlab/static/e42a88444448ac3d6054.woff2 432${PYSITELIB}/jupyterlab/static/e42a88444448ac3d6054.woff2
433${PYSITELIB}/jupyterlab/static/e8711bbb871afd8e9dea.ttf 433${PYSITELIB}/jupyterlab/static/e8711bbb871afd8e9dea.ttf
434${PYSITELIB}/jupyterlab/static/f9217f66874b0c01cd8c.woff 434${PYSITELIB}/jupyterlab/static/f9217f66874b0c01cd8c.woff
435${PYSITELIB}/jupyterlab/static/fc6ddf5df402b263cfb1.woff 435${PYSITELIB}/jupyterlab/static/fc6ddf5df402b263cfb1.woff
436${PYSITELIB}/jupyterlab/static/index.html 436${PYSITELIB}/jupyterlab/static/index.html
437${PYSITELIB}/jupyterlab/static/index.out.js 437${PYSITELIB}/jupyterlab/static/index.out.js
438${PYSITELIB}/jupyterlab/static/jlab_core.a61821d8a2a9c35d7996.js 438${PYSITELIB}/jupyterlab/static/jlab_core.bca8c55f9011e1fc4717.js
439${PYSITELIB}/jupyterlab/static/main.8d5c7fc83ea3808d9641.js 439${PYSITELIB}/jupyterlab/static/main.086ffbfbda4e5316f5b5.js
440${PYSITELIB}/jupyterlab/static/package.json 440${PYSITELIB}/jupyterlab/static/package.json
441${PYSITELIB}/jupyterlab/static/style.js 441${PYSITELIB}/jupyterlab/static/style.js
442${PYSITELIB}/jupyterlab/static/third-party-licenses.json 442${PYSITELIB}/jupyterlab/static/third-party-licenses.json
443${PYSITELIB}/jupyterlab/style.js 443${PYSITELIB}/jupyterlab/style.js
444${PYSITELIB}/jupyterlab/tests/__init__.py 444${PYSITELIB}/jupyterlab/tests/__init__.py
445${PYSITELIB}/jupyterlab/tests/__init__.pyc 445${PYSITELIB}/jupyterlab/tests/__init__.pyc
446${PYSITELIB}/jupyterlab/tests/__init__.pyo 446${PYSITELIB}/jupyterlab/tests/__init__.pyo
447${PYSITELIB}/jupyterlab/tests/conftest.py 447${PYSITELIB}/jupyterlab/tests/conftest.py
448${PYSITELIB}/jupyterlab/tests/conftest.pyc 448${PYSITELIB}/jupyterlab/tests/conftest.pyc
449${PYSITELIB}/jupyterlab/tests/conftest.pyo 449${PYSITELIB}/jupyterlab/tests/conftest.pyo
450${PYSITELIB}/jupyterlab/tests/echo_kernel.py 450${PYSITELIB}/jupyterlab/tests/echo_kernel.py
451${PYSITELIB}/jupyterlab/tests/echo_kernel.pyc 451${PYSITELIB}/jupyterlab/tests/echo_kernel.pyc
452${PYSITELIB}/jupyterlab/tests/echo_kernel.pyo 452${PYSITELIB}/jupyterlab/tests/echo_kernel.pyo
@@ -751,106 +751,106 @@ share/jupyter/lab/static/5203.c002d40ac6 @@ -751,106 +751,106 @@ share/jupyter/lab/static/5203.c002d40ac6
751share/jupyter/lab/static/5331.0cd3f010bb08983ec3fd.js 751share/jupyter/lab/static/5331.0cd3f010bb08983ec3fd.js
752share/jupyter/lab/static/5440.2541fcda12b661665148.js 752share/jupyter/lab/static/5440.2541fcda12b661665148.js
753share/jupyter/lab/static/5521.ce4a0274596e0325374c.js 753share/jupyter/lab/static/5521.ce4a0274596e0325374c.js
754share/jupyter/lab/static/5746.e4434ef2027bcc5ed0c9.js 754share/jupyter/lab/static/5746.e4434ef2027bcc5ed0c9.js
755share/jupyter/lab/static/581.2b878ed37172aced15b5.js 755share/jupyter/lab/static/581.2b878ed37172aced15b5.js
756share/jupyter/lab/static/5881.3946238aa4afdcf4f964.js 756share/jupyter/lab/static/5881.3946238aa4afdcf4f964.js
757share/jupyter/lab/static/5959.a6b1fd3b03d3649ea8b1.js 757share/jupyter/lab/static/5959.a6b1fd3b03d3649ea8b1.js
758share/jupyter/lab/static/5cda41563a095bd70c78.woff 758share/jupyter/lab/static/5cda41563a095bd70c78.woff
759share/jupyter/lab/static/6059.d83e7323b2ee1aa16009.js 759share/jupyter/lab/static/6059.d83e7323b2ee1aa16009.js
760share/jupyter/lab/static/6163.f5b51a9f0df4846ba40f.js 760share/jupyter/lab/static/6163.f5b51a9f0df4846ba40f.js
761share/jupyter/lab/static/6207.a8079c8d8a61039dd530.js 761share/jupyter/lab/static/6207.a8079c8d8a61039dd530.js
762share/jupyter/lab/static/6243.2efd673d1304c43b7b78.js 762share/jupyter/lab/static/6243.2efd673d1304c43b7b78.js
763share/jupyter/lab/static/6267.1def2916929e185ab9fc.js 763share/jupyter/lab/static/6267.1def2916929e185ab9fc.js
 764share/jupyter/lab/static/6323.a132b67edcaf8ae86a13.js
764share/jupyter/lab/static/6359.4b994bfd6b1dea2d6fe3.js 765share/jupyter/lab/static/6359.4b994bfd6b1dea2d6fe3.js
765share/jupyter/lab/static/6443.e6b52d3732b3e8513a71.js 766share/jupyter/lab/static/6443.e6b52d3732b3e8513a71.js
766share/jupyter/lab/static/6532.bb7137729a2d6d4e6ddf.js 767share/jupyter/lab/static/6532.bb7137729a2d6d4e6ddf.js
767share/jupyter/lab/static/6560.f42276a0b1b92aea515b.js 768share/jupyter/lab/static/6560.f42276a0b1b92aea515b.js
768share/jupyter/lab/static/6595.6a1d7e1abbf186dd119b.js 769share/jupyter/lab/static/6595.6a1d7e1abbf186dd119b.js
769share/jupyter/lab/static/6686.3c518aa6e5f9785fb486.js 770share/jupyter/lab/static/6686.3c518aa6e5f9785fb486.js
770share/jupyter/lab/static/6815.0b699f0c162a24b0dbe3.js 771share/jupyter/lab/static/6815.0b699f0c162a24b0dbe3.js
771share/jupyter/lab/static/6888.9d3914817f3290827a64.js 772share/jupyter/lab/static/6888.9d3914817f3290827a64.js
772share/jupyter/lab/static/7080.1330328bb6f46b4da81e.js 773share/jupyter/lab/static/7080.1330328bb6f46b4da81e.js
773share/jupyter/lab/static/7112.d5120c85ebd17620dda0.js 774share/jupyter/lab/static/7112.d5120c85ebd17620dda0.js
774share/jupyter/lab/static/7173.e28f63dbd553818e07d3.js 775share/jupyter/lab/static/7173.e28f63dbd553818e07d3.js
775share/jupyter/lab/static/721921bab0d001ebff02.woff 776share/jupyter/lab/static/721921bab0d001ebff02.woff
776share/jupyter/lab/static/7245.c0cae8787dcd00b991b7.js 777share/jupyter/lab/static/7245.c0cae8787dcd00b991b7.js
777share/jupyter/lab/static/7294.badf85a3180703d63f62.js 778share/jupyter/lab/static/7294.badf85a3180703d63f62.js
778share/jupyter/lab/static/7294.badf85a3180703d63f62.js.LICENSE.txt 779share/jupyter/lab/static/7294.badf85a3180703d63f62.js.LICENSE.txt
779share/jupyter/lab/static/72bc573386dd1d48c5bb.woff 780share/jupyter/lab/static/72bc573386dd1d48c5bb.woff
780share/jupyter/lab/static/7317.af8a7da0f881a22752c1.js 781share/jupyter/lab/static/7317.af8a7da0f881a22752c1.js
781share/jupyter/lab/static/7318.397bf8e913e825b2be27.js 782share/jupyter/lab/static/7318.397bf8e913e825b2be27.js
782share/jupyter/lab/static/7363.abe8e31a91e113753bae.js 783share/jupyter/lab/static/7363.abe8e31a91e113753bae.js
783share/jupyter/lab/static/7384.60351e008d8f687e8fcc.js 784share/jupyter/lab/static/7384.60351e008d8f687e8fcc.js
784share/jupyter/lab/static/7390.8253478b90f756692702.js 785share/jupyter/lab/static/7390.8253478b90f756692702.js
785share/jupyter/lab/static/745.85516a9bb83bcd94d00d.js 786share/jupyter/lab/static/745.85516a9bb83bcd94d00d.js
786share/jupyter/lab/static/7451.c0257dbfdd320e2c21f5.js 787share/jupyter/lab/static/7451.c0257dbfdd320e2c21f5.js
787share/jupyter/lab/static/7451.c0257dbfdd320e2c21f5.js.LICENSE.txt 788share/jupyter/lab/static/7451.c0257dbfdd320e2c21f5.js.LICENSE.txt
788share/jupyter/lab/static/7472.58ba8647a489d019c2ef.js 789share/jupyter/lab/static/7472.58ba8647a489d019c2ef.js
789share/jupyter/lab/static/7473.5012397d10d3b945ecaa.js 790share/jupyter/lab/static/7473.5012397d10d3b945ecaa.js
790share/jupyter/lab/static/7508.f230fde75cb6e11acf38.js 791share/jupyter/lab/static/7508.b902347f820c70cd386a.js
791share/jupyter/lab/static/7511.b381a696cf806983c654.js 792share/jupyter/lab/static/7511.b381a696cf806983c654.js
792share/jupyter/lab/static/7517.f3e5d420f4af90d442dd.js 793share/jupyter/lab/static/7517.06577adbf2ae42d4b8d6.js
793share/jupyter/lab/static/7669.343e259c4c8269479f5b.js 794share/jupyter/lab/static/7669.343e259c4c8269479f5b.js
794share/jupyter/lab/static/7702.c479c69f7a532f7b3fd5.js 795share/jupyter/lab/static/7702.c479c69f7a532f7b3fd5.js
795share/jupyter/lab/static/7730.7e3a9fb140d2d55a51fc.js 796share/jupyter/lab/static/7730.7e3a9fb140d2d55a51fc.js
796share/jupyter/lab/static/7731.26db150e967313b7a7e2.js 797share/jupyter/lab/static/7731.26db150e967313b7a7e2.js
797share/jupyter/lab/static/7763.19a095394000f9ef62bd.js 798share/jupyter/lab/static/7763.19a095394000f9ef62bd.js
798share/jupyter/lab/static/7763.19a095394000f9ef62bd.js.LICENSE.txt 799share/jupyter/lab/static/7763.19a095394000f9ef62bd.js.LICENSE.txt
799share/jupyter/lab/static/7775.3e0dee729369fe3d5008.js 800share/jupyter/lab/static/7775.3e0dee729369fe3d5008.js
800share/jupyter/lab/static/7823.817687f13e9a6781fdd3.js 801share/jupyter/lab/static/7823.817687f13e9a6781fdd3.js
801share/jupyter/lab/static/7827.e36d073d947bf02a05e3.js 802share/jupyter/lab/static/7827.e36d073d947bf02a05e3.js
802share/jupyter/lab/static/7848.e83aa4b90ae87209abb8.js 803share/jupyter/lab/static/7848.e83aa4b90ae87209abb8.js
803share/jupyter/lab/static/786.8a99ee7dbd7bd0eb9dce.js 804share/jupyter/lab/static/786.8a99ee7dbd7bd0eb9dce.js
804share/jupyter/lab/static/7877.a4c46a784149533b91d4.js 805share/jupyter/lab/static/7877.a4c46a784149533b91d4.js
805share/jupyter/lab/static/7887.128a155df5d25e88c0ce.js 806share/jupyter/lab/static/7887.128a155df5d25e88c0ce.js
806share/jupyter/lab/static/795.47ab66037ef33f808f09.js 807share/jupyter/lab/static/795.47ab66037ef33f808f09.js
807share/jupyter/lab/static/79d088064beb3826054f.eot 808share/jupyter/lab/static/79d088064beb3826054f.eot
808share/jupyter/lab/static/8002.25f64485372af5158c83.js 809share/jupyter/lab/static/8002.25f64485372af5158c83.js
809share/jupyter/lab/static/8010.1cf8237e9def8404f355.js 810share/jupyter/lab/static/8010.1cf8237e9def8404f355.js
810share/jupyter/lab/static/8012.40cb006f0c180ebafa91.js 811share/jupyter/lab/static/8012.40cb006f0c180ebafa91.js
811share/jupyter/lab/static/812.fa595a2be03628e77c9a.js 812share/jupyter/lab/static/812.2577ef8cc5e1b8ad35e9.js
812share/jupyter/lab/static/8285.1eac7b7582569be1c3a8.js 813share/jupyter/lab/static/8285.1eac7b7582569be1c3a8.js
813share/jupyter/lab/static/830.8ddf7d2d91f66a8e4d36.js 814share/jupyter/lab/static/830.8ddf7d2d91f66a8e4d36.js
814share/jupyter/lab/static/8302.4c190e10b00fe083570e.js 815share/jupyter/lab/static/8302.ed6e1953f9cfa8a35103.js
815share/jupyter/lab/static/8319.80fcbc832e1eb20b71e7.js 816share/jupyter/lab/static/8319.80fcbc832e1eb20b71e7.js
816share/jupyter/lab/static/8347.573b699e3590729bfa8a.js 817share/jupyter/lab/static/8347.573b699e3590729bfa8a.js
817share/jupyter/lab/static/8405.154ba4b17a2dec22a355.js 818share/jupyter/lab/static/8405.154ba4b17a2dec22a355.js
818share/jupyter/lab/static/8493.fc635229db38e6fc6aa2.js 819share/jupyter/lab/static/8493.fc635229db38e6fc6aa2.js
819share/jupyter/lab/static/8498.27a245b23921914bf5c2.js 820share/jupyter/lab/static/8498.27a245b23921914bf5c2.js
820share/jupyter/lab/static/8512.1af96655287fd124877b.js 821share/jupyter/lab/static/8512.1af96655287fd124877b.js
821share/jupyter/lab/static/867.c87965a7ebc8621058ae.js 
822share/jupyter/lab/static/8678.dcd3dab9025b13eb9be8.js 822share/jupyter/lab/static/8678.dcd3dab9025b13eb9be8.js
823share/jupyter/lab/static/870673df72e70f87c91a.woff 823share/jupyter/lab/static/870673df72e70f87c91a.woff
824share/jupyter/lab/static/8710.5fc5ecb762fb4494db02.js 824share/jupyter/lab/static/8710.5fc5ecb762fb4494db02.js
825share/jupyter/lab/static/8768.4a80caab00174c50eb10.js 825share/jupyter/lab/static/8768.4a80caab00174c50eb10.js
826share/jupyter/lab/static/8768.4a80caab00174c50eb10.js.LICENSE.txt 826share/jupyter/lab/static/8768.4a80caab00174c50eb10.js.LICENSE.txt
827share/jupyter/lab/static/8771.327a202178f82f3b15b8.js 827share/jupyter/lab/static/8771.0ab0916c445ff9bcc179.js
828share/jupyter/lab/static/8787.4d36d28dcf94bf59cbfe.js 828share/jupyter/lab/static/8787.4d36d28dcf94bf59cbfe.js
829share/jupyter/lab/static/8805.0f14a91b024b59c039a7.js 829share/jupyter/lab/static/8805.0f14a91b024b59c039a7.js
830share/jupyter/lab/static/8823.2ff947bcd96cc0723058.js 830share/jupyter/lab/static/8823.2ff947bcd96cc0723058.js
831share/jupyter/lab/static/8875.88988caaba1e33edad5b.js 831share/jupyter/lab/static/8875.88988caaba1e33edad5b.js
832share/jupyter/lab/static/88b98cad3688915e50da.woff 832share/jupyter/lab/static/88b98cad3688915e50da.woff
833share/jupyter/lab/static/8ea8791754915a898a31.woff2 833share/jupyter/lab/static/8ea8791754915a898a31.woff2
834share/jupyter/lab/static/8ea8dbb1b02e6f730f55.woff 834share/jupyter/lab/static/8ea8dbb1b02e6f730f55.woff
835share/jupyter/lab/static/9.0e0cba0ccc2a4b670600.js 835share/jupyter/lab/static/9.0e0cba0ccc2a4b670600.js
836share/jupyter/lab/static/9030.260bc05e28eccff70ae8.js 836share/jupyter/lab/static/9030.260bc05e28eccff70ae8.js
837share/jupyter/lab/static/9041.df39043656c7233552e4.js 837share/jupyter/lab/static/9041.df39043656c7233552e4.js
838share/jupyter/lab/static/9055.bd710a8db8883a836b59.js 838share/jupyter/lab/static/9055.bd710a8db8883a836b59.js
839share/jupyter/lab/static/9065.5305259c65dfa1c99874.js 839share/jupyter/lab/static/9065.5305259c65dfa1c99874.js
840share/jupyter/lab/static/9109.fa3ee74a5c0f378f4d51.js 840share/jupyter/lab/static/9109.fa3ee74a5c0f378f4d51.js
841share/jupyter/lab/static/9192.db4337a516b7f38d1f89.js 841share/jupyter/lab/static/9192.db4337a516b7f38d1f89.js
842share/jupyter/lab/static/9222.1c2a8e69a2de57dd1984.js 842share/jupyter/lab/static/9222.1c2a8e69a2de57dd1984.js
843share/jupyter/lab/static/9230.58b8c42b730e1a56e69b.js 843share/jupyter/lab/static/9230.0f817b2a7d934660210a.js
844share/jupyter/lab/static/9265.bc2b66a4502cdfcfc14f.js 844share/jupyter/lab/static/9265.bc2b66a4502cdfcfc14f.js
845share/jupyter/lab/static/9362.823dcfac216f8057452d.js 845share/jupyter/lab/static/9362.823dcfac216f8057452d.js
846share/jupyter/lab/static/9409.34c33ed11e2d6f318480.js 846share/jupyter/lab/static/9409.34c33ed11e2d6f318480.js
847share/jupyter/lab/static/942.93c8de61ea9ea08ec097.js 847share/jupyter/lab/static/942.93c8de61ea9ea08ec097.js
848share/jupyter/lab/static/9421.022dc7b4e9a2c80c32c2.js 848share/jupyter/lab/static/9421.022dc7b4e9a2c80c32c2.js
849share/jupyter/lab/static/9445.fe5e9e5b728de8d15873.js 849share/jupyter/lab/static/9445.fe5e9e5b728de8d15873.js
850share/jupyter/lab/static/9621.9cbfa52c42927bb398b4.js 850share/jupyter/lab/static/9621.9cbfa52c42927bb398b4.js
851share/jupyter/lab/static/9653.d93c93e084cd5e93cd2d.js 851share/jupyter/lab/static/9653.d93c93e084cd5e93cd2d.js
852share/jupyter/lab/static/9674eb1bd55047179038.svg 852share/jupyter/lab/static/9674eb1bd55047179038.svg
853share/jupyter/lab/static/9738.c0234a1f7f6ac262f560.js 853share/jupyter/lab/static/9738.c0234a1f7f6ac262f560.js
854share/jupyter/lab/static/9747.6dd327f4928c6989ea8a.js 854share/jupyter/lab/static/9747.6dd327f4928c6989ea8a.js
855share/jupyter/lab/static/9747.6dd327f4928c6989ea8a.js.LICENSE.txt 855share/jupyter/lab/static/9747.6dd327f4928c6989ea8a.js.LICENSE.txt
856share/jupyter/lab/static/9826.406d2a71dc45995bc549.js 856share/jupyter/lab/static/9826.406d2a71dc45995bc549.js
@@ -866,22 +866,22 @@ share/jupyter/lab/static/be0a084962d8066 @@ -866,22 +866,22 @@ share/jupyter/lab/static/be0a084962d8066
866share/jupyter/lab/static/bootstrap.js 866share/jupyter/lab/static/bootstrap.js
867share/jupyter/lab/static/build_log.json 867share/jupyter/lab/static/build_log.json
868share/jupyter/lab/static/c49810b53ecc0d87d802.woff 868share/jupyter/lab/static/c49810b53ecc0d87d802.woff
869share/jupyter/lab/static/c56da8d69f1a0208b8e0.woff 869share/jupyter/lab/static/c56da8d69f1a0208b8e0.woff
870share/jupyter/lab/static/cb9e9e693192413cde2b.woff 870share/jupyter/lab/static/cb9e9e693192413cde2b.woff
871share/jupyter/lab/static/cda59d6efffa685830fd.ttf 871share/jupyter/lab/static/cda59d6efffa685830fd.ttf
872share/jupyter/lab/static/e4299464e7b012968eed.eot 872share/jupyter/lab/static/e4299464e7b012968eed.eot
873share/jupyter/lab/static/e42a88444448ac3d6054.woff2 873share/jupyter/lab/static/e42a88444448ac3d6054.woff2
874share/jupyter/lab/static/e8711bbb871afd8e9dea.ttf 874share/jupyter/lab/static/e8711bbb871afd8e9dea.ttf
875share/jupyter/lab/static/f9217f66874b0c01cd8c.woff 875share/jupyter/lab/static/f9217f66874b0c01cd8c.woff
876share/jupyter/lab/static/fc6ddf5df402b263cfb1.woff 876share/jupyter/lab/static/fc6ddf5df402b263cfb1.woff
877share/jupyter/lab/static/index.html 877share/jupyter/lab/static/index.html
878share/jupyter/lab/static/index.out.js 878share/jupyter/lab/static/index.out.js
879share/jupyter/lab/static/jlab_core.a61821d8a2a9c35d7996.js 879share/jupyter/lab/static/jlab_core.bca8c55f9011e1fc4717.js
880share/jupyter/lab/static/main.8d5c7fc83ea3808d9641.js 880share/jupyter/lab/static/main.086ffbfbda4e5316f5b5.js
881share/jupyter/lab/static/package.json 881share/jupyter/lab/static/package.json
882share/jupyter/lab/static/style.js 882share/jupyter/lab/static/style.js
883share/jupyter/lab/static/third-party-licenses.json 883share/jupyter/lab/static/third-party-licenses.json
884share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.css 884share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.css
885share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.js 885share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.js
886share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.css 886share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.css
887share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.js 887share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.js

cvs diff -r1.4 -r1.5 pkgsrc/www/py-jupyterlab/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-jupyterlab/distinfo 2023/11/20 08:13:47 1.4
+++ pkgsrc/www/py-jupyterlab/distinfo 2024/01/10 20:48:50 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2023/11/20 08:13:47 adam Exp $ 1$NetBSD: distinfo,v 1.5 2024/01/10 20:48:50 adam Exp $
2 2
3BLAKE2s (jupyterlab-4.0.9.tar.gz) = 1bfca0e6f1abf1b4783aa0c81ee425a5daac965f9fb2c634b040cabcb1ffe04d 3BLAKE2s (jupyterlab-4.0.10.tar.gz) = 96808e698e557b1f092f6362dc2abe50b8b5a54f3e31a696a248daa72009b112
4SHA512 (jupyterlab-4.0.9.tar.gz) = c87451821afa28e7016acdcff315cc48578ea1735b74c2732ed2570c326901acc38fa333344e89ba1c15799ac6bf3f9332c67cdd0ce8ac38713e0be6973d1c1a 4SHA512 (jupyterlab-4.0.10.tar.gz) = e5203a17dcf682927cd480363d5952765e8c02c243f2a8fcbef785ffe4b58ea669a196c9040f516a3b4cecd323d54d005a91ce6ce5dfffb32d4e610c14a6f1e5
5Size (jupyterlab-4.0.9.tar.gz) = 18347162 bytes 5Size (jupyterlab-4.0.10.tar.gz) = 18347775 bytes