Fri May 5 11:08:50 2023 UTC ()
py-notebook: updated to 6.5.4

6.5.4

Enhancements made

- Add show_banner trait to control the banner display

6.5.3

Enhancements made

- Add a banner and log to information about the migration to Notebook 7 plan
- Add sys_info to page template for 6.5.x

Bugs fixed

- Add .mo and .json files for translations
- Fix rename_file and delete_file to handle hidden files properly

Other merged PRs

- Fix ru_RU translation
- Update kernel translation

6.5.2

Bugs fixed

- Ensure custom preload is correctly handled
- Fix: jQuery-UI 404 Error by updating dependency path in static template

Maintenance and upkeep improvements

- Depend on nbclassic 0.4.7

6.5.1

Merged PRs

- fix: pin temporary to nbclassic 0.4.5

6.5.0

Bugs fixed

- Fix a typo in exception text
- Normalise `os_path`


(adam)
diff -r1.26 -r1.27 pkgsrc/www/py-notebook/Makefile
diff -r1.14 -r1.15 pkgsrc/www/py-notebook/PLIST
diff -r1.18 -r1.19 pkgsrc/www/py-notebook/distinfo

cvs diff -r1.26 -r1.27 pkgsrc/www/py-notebook/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-notebook/Makefile 2023/05/05 09:19:07 1.26
+++ pkgsrc/www/py-notebook/Makefile 2023/05/05 11:08:50 1.27
@@ -1,43 +1,45 @@ @@ -1,43 +1,45 @@
1# $NetBSD: Makefile,v 1.26 2023/05/05 09:19:07 jperkin Exp $ 1# $NetBSD: Makefile,v 1.27 2023/05/05 11:08:50 adam Exp $
2 2
3DISTNAME= notebook-6.4.11 3DISTNAME= notebook-6.5.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=n/notebook/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=n/notebook/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://jupyter.org/ 9HOMEPAGE= https://jupyter.org/
10COMMENT= Web-based notebook environment for interactive computing 10COMMENT= Web-based notebook environment for interactive computing
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-Send2Trash>=1.8.0:../../sysutils/py-Send2Trash 13DEPENDS+= ${PYPKGPREFIX}-Send2Trash>=1.8.0:../../sysutils/py-Send2Trash
14DEPENDS+= ${PYPKGPREFIX}-argon2-cffi>0:../../security/py-argon2-cffi 14DEPENDS+= ${PYPKGPREFIX}-argon2-cffi-[0-9]*:../../security/py-argon2-cffi
15DEPENDS+= ${PYPKGPREFIX}-ipykernel>0:../../devel/py-ipykernel 15DEPENDS+= ${PYPKGPREFIX}-ipykernel-[0-9]*:../../devel/py-ipykernel
16DEPENDS+= ${PYPKGPREFIX}-ipython_genutils>0:../../devel/py-ipython_genutils 16DEPENDS+= ${PYPKGPREFIX}-ipython_genutils-[0-9]*:../../devel/py-ipython_genutils
17DEPENDS+= ${PYPKGPREFIX}-jupyter_client>=5.3.4:../../devel/py-jupyter_client 17DEPENDS+= ${PYPKGPREFIX}-jupyter_client>=5.3.4:../../devel/py-jupyter_client
18DEPENDS+= ${PYPKGPREFIX}-jupyter_core>=4.6.1:../../devel/py-jupyter_core 18DEPENDS+= ${PYPKGPREFIX}-jupyter_core>=4.6.1:../../devel/py-jupyter_core
19DEPENDS+= ${PYPKGPREFIX}-jinja2>0:../../textproc/py-jinja2 19DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
 20DEPENDS+= ${PYPKGPREFIX}-nbclassic>=0.4.7:../../www/py-nbclassic
20DEPENDS+= ${PYPKGPREFIX}-nbconvert>=5:../../www/py-nbconvert 21DEPENDS+= ${PYPKGPREFIX}-nbconvert>=5:../../www/py-nbconvert
21DEPENDS+= ${PYPKGPREFIX}-nbformat>0:../../www/py-nbformat 22DEPENDS+= ${PYPKGPREFIX}-nbformat-[0-9]*:../../www/py-nbformat
22DEPENDS+= ${PYPKGPREFIX}-nest-asyncio>=1.5:../../devel/py-nest-asyncio 23DEPENDS+= ${PYPKGPREFIX}-nest-asyncio>=1.5:../../devel/py-nest-asyncio
23DEPENDS+= ${PYPKGPREFIX}-prometheus_client>0:../../net/py-prometheus_client 24DEPENDS+= ${PYPKGPREFIX}-prometheus_client-[0-9]*:../../net/py-prometheus_client
24DEPENDS+= ${PYPKGPREFIX}-terminado>=0.8.3:../../www/py-terminado 25DEPENDS+= ${PYPKGPREFIX}-terminado>=0.8.3:../../www/py-terminado
25DEPENDS+= ${PYPKGPREFIX}-tornado>=6.1:../../www/py-tornado 26DEPENDS+= ${PYPKGPREFIX}-tornado>=6.1:../../www/py-tornado
26DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.2.1:../../devel/py-traitlets 27DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.2.1:../../devel/py-traitlets
27DEPENDS+= ${PYPKGPREFIX}-zmq>=17.0.0:../../net/py-zmq 28DEPENDS+= ${PYPKGPREFIX}-zmq>=17.0.0:../../net/py-zmq
28 29
29USE_LANGUAGES= # none 30USE_LANGUAGES= # none
30 31
31USE_PKG_RESOURCES= yes 32USE_PKG_RESOURCES= yes
32PYTHON_SELF_CONFLICT= yes 33PYTHON_SELF_CONFLICT= yes
33 34
34PYTHON_VERSIONS_INCOMPATIBLE= 27 37 38 35PYTHON_VERSIONS_INCOMPATIBLE= 27 37 38
35 36
36post-install: 37post-install:
37.for name in bundlerextension nbextension notebook serverextension 38.for name in bundlerextension nbextension notebook serverextension
38 cd ${DESTDIR}${PREFIX}/bin && \ 39 cd ${DESTDIR}${PREFIX}/bin && \
39 ${MV} jupyter-${name} jupyter-${name}-${PYVERSSUFFIX} || ${TRUE} 40 ${MV} jupyter-${name} jupyter-${name}-${PYVERSSUFFIX} || ${TRUE}
40.endfor 41.endfor
41 42
 43.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
42.include "../../lang/python/egg.mk" 44.include "../../lang/python/egg.mk"
43.include "../../mk/bsd.pkg.mk" 45.include "../../mk/bsd.pkg.mk"

cvs diff -r1.14 -r1.15 pkgsrc/www/py-notebook/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-notebook/PLIST 2022/04/19 12:14:10 1.14
+++ pkgsrc/www/py-notebook/PLIST 2023/05/05 11:08:50 1.15
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.14 2022/04/19 12:14:10 adam Exp $ 1@comment $NetBSD: PLIST,v 1.15 2023/05/05 11:08:50 adam Exp $
2bin/jupyter-bundlerextension-${PYVERSSUFFIX} 2bin/jupyter-bundlerextension-${PYVERSSUFFIX}
3bin/jupyter-nbextension-${PYVERSSUFFIX} 3bin/jupyter-nbextension-${PYVERSSUFFIX}
4bin/jupyter-notebook-${PYVERSSUFFIX} 4bin/jupyter-notebook-${PYVERSSUFFIX}
5bin/jupyter-serverextension-${PYVERSSUFFIX} 5bin/jupyter-serverextension-${PYVERSSUFFIX}
6${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 6${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
7${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 7${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
8${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 8${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
9${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 9${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
10${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 10${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
11${PYSITELIB}/${EGG_INFODIR}/requires.txt 11${PYSITELIB}/${EGG_INFODIR}/requires.txt
12${PYSITELIB}/${EGG_INFODIR}/top_level.txt 12${PYSITELIB}/${EGG_INFODIR}/top_level.txt
13${PYSITELIB}/notebook/__init__.py 13${PYSITELIB}/notebook/__init__.py
14${PYSITELIB}/notebook/__init__.pyc 14${PYSITELIB}/notebook/__init__.pyc
@@ -329,1137 +329,26 @@ ${PYSITELIB}/notebook/services/sessions/ @@ -329,1137 +329,26 @@ ${PYSITELIB}/notebook/services/sessions/
329${PYSITELIB}/notebook/services/sessions/sessionmanager.pyo 329${PYSITELIB}/notebook/services/sessions/sessionmanager.pyo
330${PYSITELIB}/notebook/services/sessions/tests/__init__.py 330${PYSITELIB}/notebook/services/sessions/tests/__init__.py
331${PYSITELIB}/notebook/services/sessions/tests/__init__.pyc 331${PYSITELIB}/notebook/services/sessions/tests/__init__.pyc
332${PYSITELIB}/notebook/services/sessions/tests/__init__.pyo 332${PYSITELIB}/notebook/services/sessions/tests/__init__.pyo
333${PYSITELIB}/notebook/services/sessions/tests/test_sessionmanager.py 333${PYSITELIB}/notebook/services/sessions/tests/test_sessionmanager.py
334${PYSITELIB}/notebook/services/sessions/tests/test_sessionmanager.pyc 334${PYSITELIB}/notebook/services/sessions/tests/test_sessionmanager.pyc
335${PYSITELIB}/notebook/services/sessions/tests/test_sessionmanager.pyo 335${PYSITELIB}/notebook/services/sessions/tests/test_sessionmanager.pyo
336${PYSITELIB}/notebook/services/sessions/tests/test_sessions_api.py 336${PYSITELIB}/notebook/services/sessions/tests/test_sessions_api.py
337${PYSITELIB}/notebook/services/sessions/tests/test_sessions_api.pyc 337${PYSITELIB}/notebook/services/sessions/tests/test_sessions_api.pyc
338${PYSITELIB}/notebook/services/sessions/tests/test_sessions_api.pyo 338${PYSITELIB}/notebook/services/sessions/tests/test_sessions_api.pyo
339${PYSITELIB}/notebook/services/shutdown.py 339${PYSITELIB}/notebook/services/shutdown.py
340${PYSITELIB}/notebook/services/shutdown.pyc 340${PYSITELIB}/notebook/services/shutdown.pyc
341${PYSITELIB}/notebook/services/shutdown.pyo 341${PYSITELIB}/notebook/services/shutdown.pyo
342${PYSITELIB}/notebook/static/acc_overwrite.less 
343${PYSITELIB}/notebook/static/auth/css/override.css 
344${PYSITELIB}/notebook/static/auth/js/loginmain.js 
345${PYSITELIB}/notebook/static/auth/js/loginwidget.js 
346${PYSITELIB}/notebook/static/auth/js/logoutmain.js 
347${PYSITELIB}/notebook/static/auth/js/main.js 
348${PYSITELIB}/notebook/static/auth/js/main.min.js 
349${PYSITELIB}/notebook/static/auth/js/main.min.js.map 
350${PYSITELIB}/notebook/static/base/images/favicon-busy-1.ico 
351${PYSITELIB}/notebook/static/base/images/favicon-busy-2.ico 
352${PYSITELIB}/notebook/static/base/images/favicon-busy-3.ico 
353${PYSITELIB}/notebook/static/base/images/favicon-file.ico 
354${PYSITELIB}/notebook/static/base/images/favicon-notebook.ico 
355${PYSITELIB}/notebook/static/base/images/favicon-terminal.ico 
356${PYSITELIB}/notebook/static/base/images/favicon.ico 
357${PYSITELIB}/notebook/static/base/images/logo.png 
358${PYSITELIB}/notebook/static/base/js/dialog.js 
359${PYSITELIB}/notebook/static/base/js/events.js 
360${PYSITELIB}/notebook/static/base/js/i18n.js 
361${PYSITELIB}/notebook/static/base/js/keyboard.js 
362${PYSITELIB}/notebook/static/base/js/markdown.js 
363${PYSITELIB}/notebook/static/base/js/mathjaxutils.js 
364${PYSITELIB}/notebook/static/base/js/namespace.js 
365${PYSITELIB}/notebook/static/base/js/notificationarea.js 
366${PYSITELIB}/notebook/static/base/js/notificationwidget.js 
367${PYSITELIB}/notebook/static/base/js/page.js 
368${PYSITELIB}/notebook/static/base/js/promises.js 
369${PYSITELIB}/notebook/static/base/js/security.js 
370${PYSITELIB}/notebook/static/base/js/utils.js 
371${PYSITELIB}/notebook/static/bidi/bidi.js 
372${PYSITELIB}/notebook/static/bidi/numericshaping.js 
373${PYSITELIB}/notebook/static/components/MathJax/MathJax.js 
374${PYSITELIB}/notebook/static/components/MathJax/config/Safe.js 
375${PYSITELIB}/notebook/static/components/MathJax/config/TeX-AMS-MML_HTMLorMML-full.js 
376${PYSITELIB}/notebook/static/components/MathJax/extensions/AssistiveMML.js 
377${PYSITELIB}/notebook/static/components/MathJax/extensions/CHTML-preview.js 
378${PYSITELIB}/notebook/static/components/MathJax/extensions/FontWarnings.js 
379${PYSITELIB}/notebook/static/components/MathJax/extensions/HTML-CSS/handle-floats.js 
380${PYSITELIB}/notebook/static/components/MathJax/extensions/HelpDialog.js 
381${PYSITELIB}/notebook/static/components/MathJax/extensions/MatchWebFonts.js 
382${PYSITELIB}/notebook/static/components/MathJax/extensions/MathEvents.js 
383${PYSITELIB}/notebook/static/components/MathJax/extensions/MathML/content-mathml.js 
384${PYSITELIB}/notebook/static/components/MathJax/extensions/MathML/mml3.js 
385${PYSITELIB}/notebook/static/components/MathJax/extensions/MathMenu.js 
386${PYSITELIB}/notebook/static/components/MathJax/extensions/MathZoom.js 
387${PYSITELIB}/notebook/static/components/MathJax/extensions/Safe.js 
388${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/AMScd.js 
389${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/AMSmath.js 
390${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/AMSsymbols.js 
391${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/HTML.js 
392${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/action.js 
393${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/autobold.js 
394${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/autoload-all.js 
395${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/bbox.js 
396${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/begingroup.js 
397${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/boldsymbol.js 
398${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/cancel.js 
399${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/color.js 
400${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/enclose.js 
401${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/extpfeil.js 
402${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/mathchoice.js 
403${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/mediawiki-texvc.js 
404${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/mhchem.js 
405${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/mhchem3/mhchem.js 
406${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/newcommand.js 
407${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/noErrors.js 
408${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/noUndefined.js 
409${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/text-macros.js 
410${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/unicode.js 
411${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/verb.js 
412${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/accessibility-menu.js 
413${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/auto-collapse.js 
414${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/collapsible.js 
415${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/explorer.js 
416${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/invalid_keypress.mp3 
417${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/invalid_keypress.ogg 
418${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathjax-sre.js 
419${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/de.js 
420${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en.js 
421${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es.js 
422${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/fr.js 
423${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/mathmaps_ie.js 
424${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/nemeth.js 
425${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/semantic-enrich.js 
426${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/wgxpath.install.js 
427${PYSITELIB}/notebook/static/components/MathJax/extensions/asciimath2jax.js 
428${PYSITELIB}/notebook/static/components/MathJax/extensions/fast-preview.js 
429${PYSITELIB}/notebook/static/components/MathJax/extensions/jsMath2jax.js 
430${PYSITELIB}/notebook/static/components/MathJax/extensions/mml2jax.js 
431${PYSITELIB}/notebook/static/components/MathJax/extensions/tex2jax.js 
432${PYSITELIB}/notebook/static/components/MathJax/extensions/toMathML.js 
433${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Bold.woff 
434${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-BoldItalic.woff 
435${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Italic.woff 
436${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Regular.woff 
437${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Arrows-Bold.woff 
438${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Arrows-Regular.woff 
439${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Bold.woff 
440${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-BoldItalic.woff 
441${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Italic.woff 
442${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Regular.woff 
443${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Fraktur-Bold.woff 
444${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Fraktur-Regular.woff 
445${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Bold.woff 
446${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-BoldItalic.woff 
447${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Italic.woff 
448${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Regular.woff 
449${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Bold.woff 
450${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-BoldItalic.woff 
451${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Italic.woff 
452${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Regular.woff 
453${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Bold.woff 
454${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-BoldItalic.woff 
455${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Italic.woff 
456${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Regular.woff 
457${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Bold.woff 
458${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-BoldItalic.woff 
459${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Italic.woff 
460${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Regular.woff 
461${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Monospace-Regular.woff 
462${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-Bold.woff 
463${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-BoldItalic.woff 
464${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-Italic.woff 
465${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Operators-Bold.woff 
466${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Operators-Regular.woff 
467${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Bold.woff 
468${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-BoldItalic.woff 
469${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Italic.woff 
470${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Regular.woff 
471${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-BoldItalic.woff 
472${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-Italic.woff 
473${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-Regular.woff 
474${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-Bold.woff 
475${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-BoldItalic.woff 
476${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-Regular.woff 
477${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size1-Regular.woff 
478${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size2-Regular.woff 
479${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size3-Regular.woff 
480${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size4-Regular.woff 
481${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size5-Regular.woff 
482${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Symbols-Bold.woff 
483${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Symbols-Regular.woff 
484${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Bold.woff 
485${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-BoldItalic.woff 
486${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Italic.woff 
487${PYSITELIB}/notebook/static/components/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Regular.woff 
488${PYSITELIB}/notebook/static/components/MathJax/jax/element/mml/jax.js 
489${PYSITELIB}/notebook/static/components/MathJax/jax/element/mml/optable/Arrows.js 
490${PYSITELIB}/notebook/static/components/MathJax/jax/element/mml/optable/BasicLatin.js 
491${PYSITELIB}/notebook/static/components/MathJax/jax/element/mml/optable/CombDiacritMarks.js 
492${PYSITELIB}/notebook/static/components/MathJax/jax/element/mml/optable/CombDiactForSymbols.js 
493${PYSITELIB}/notebook/static/components/MathJax/jax/element/mml/optable/Dingbats.js 
494${PYSITELIB}/notebook/static/components/MathJax/jax/element/mml/optable/GeneralPunctuation.js 
495${PYSITELIB}/notebook/static/components/MathJax/jax/element/mml/optable/GeometricShapes.js 
496${PYSITELIB}/notebook/static/components/MathJax/jax/element/mml/optable/GreekAndCoptic.js 
497${PYSITELIB}/notebook/static/components/MathJax/jax/element/mml/optable/Latin1Supplement.js 
498${PYSITELIB}/notebook/static/components/MathJax/jax/element/mml/optable/LetterlikeSymbols.js 
499${PYSITELIB}/notebook/static/components/MathJax/jax/element/mml/optable/MathOperators.js 
500${PYSITELIB}/notebook/static/components/MathJax/jax/element/mml/optable/MiscMathSymbolsA.js 
501${PYSITELIB}/notebook/static/components/MathJax/jax/element/mml/optable/MiscMathSymbolsB.js 
502${PYSITELIB}/notebook/static/components/MathJax/jax/element/mml/optable/MiscSymbolsAndArrows.js 
503${PYSITELIB}/notebook/static/components/MathJax/jax/element/mml/optable/MiscTechnical.js 
504${PYSITELIB}/notebook/static/components/MathJax/jax/element/mml/optable/SpacingModLetters.js 
505${PYSITELIB}/notebook/static/components/MathJax/jax/element/mml/optable/SuppMathOperators.js 
506${PYSITELIB}/notebook/static/components/MathJax/jax/element/mml/optable/SupplementalArrowsA.js 
507${PYSITELIB}/notebook/static/components/MathJax/jax/element/mml/optable/SupplementalArrowsB.js 
508${PYSITELIB}/notebook/static/components/MathJax/jax/input/TeX/config.js 
509${PYSITELIB}/notebook/static/components/MathJax/jax/input/TeX/jax.js 
510${PYSITELIB}/notebook/static/components/MathJax/jax/output/CommonHTML/autoload/annotation-xml.js 
511${PYSITELIB}/notebook/static/components/MathJax/jax/output/CommonHTML/autoload/maction.js 
512${PYSITELIB}/notebook/static/components/MathJax/jax/output/CommonHTML/autoload/menclose.js 
513${PYSITELIB}/notebook/static/components/MathJax/jax/output/CommonHTML/autoload/mglyph.js 
514${PYSITELIB}/notebook/static/components/MathJax/jax/output/CommonHTML/autoload/mmultiscripts.js 
515${PYSITELIB}/notebook/static/components/MathJax/jax/output/CommonHTML/autoload/ms.js 
516${PYSITELIB}/notebook/static/components/MathJax/jax/output/CommonHTML/autoload/mtable.js 
517${PYSITELIB}/notebook/static/components/MathJax/jax/output/CommonHTML/autoload/multiline.js 
518${PYSITELIB}/notebook/static/components/MathJax/jax/output/CommonHTML/config.js 
519${PYSITELIB}/notebook/static/components/MathJax/jax/output/CommonHTML/jax.js 
520${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/autoload/annotation-xml.js 
521${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/autoload/maction.js 
522${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/autoload/menclose.js 
523${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/autoload/mglyph.js 
524${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/autoload/mmultiscripts.js 
525${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/autoload/ms.js 
526${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/autoload/mtable.js 
527${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/autoload/multiline.js 
528${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/config.js 
529${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Bold/Main.js 
530${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/BoldItalic/Main.js 
531${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Italic/Main.js 
532${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Regular/Main.js 
533${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Arrows/Bold/Main.js 
534${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Arrows/Regular/Main.js 
535${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Bold/Main.js 
536${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/BoldItalic/Main.js 
537${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Italic/Main.js 
538${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Regular/Main.js 
539${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Fraktur/Bold/Main.js 
540${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Fraktur/Regular/Main.js 
541${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Bold/Main.js 
542${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/BoldItalic/Main.js 
543${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Italic/Main.js 
544${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Regular/Main.js 
545${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Bold/Main.js 
546${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Main/BoldItalic/Main.js 
547${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Italic/Main.js 
548${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Regular/Main.js 
549${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Bold/Main.js 
550${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/BoldItalic/Main.js 
551${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Italic/Main.js 
552${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Regular/Main.js 
553${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Bold/Main.js 
554${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/BoldItalic/Main.js 
555${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Italic/Main.js 
556${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Regular/Main.js 
557${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Monospace/Regular/Main.js 
558${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Normal/Bold/Main.js 
559${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Normal/BoldItalic/Main.js 
560${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Normal/Italic/Main.js 
561${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Operators/Bold/Main.js 
562${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Operators/Regular/Main.js 
563${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Bold/Main.js 
564${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/BoldItalic/Main.js 
565${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Italic/Main.js 
566${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Regular/Main.js 
567${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Script/BoldItalic/Main.js 
568${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Script/Italic/Main.js 
569${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Script/Regular/Main.js 
570${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/Bold/Main.js 
571${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/BoldItalic/Main.js 
572${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/Regular/Main.js 
573${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Size1/Regular/Main.js 
574${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Size2/Regular/Main.js 
575${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Size3/Regular/Main.js 
576${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Size4/Regular/Main.js 
577${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Size5/Regular/Main.js 
578${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Bold/Main.js 
579${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Regular/Main.js 
580${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Bold/Main.js 
581${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/BoldItalic/Main.js 
582${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Italic/Main.js 
583${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Regular/Main.js 
584${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata-extra.js 
585${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js 
586${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/imageFonts.js 
587${PYSITELIB}/notebook/static/components/MathJax/jax/output/HTML-CSS/jax.js 
588${PYSITELIB}/notebook/static/components/MathJax/jax/output/NativeMML/config.js 
589${PYSITELIB}/notebook/static/components/MathJax/jax/output/NativeMML/jax.js 
590${PYSITELIB}/notebook/static/components/MathJax/jax/output/PlainSource/config.js 
591${PYSITELIB}/notebook/static/components/MathJax/jax/output/PlainSource/jax.js 
592${PYSITELIB}/notebook/static/components/MathJax/jax/output/PreviewHTML/config.js 
593${PYSITELIB}/notebook/static/components/MathJax/jax/output/PreviewHTML/jax.js 
594${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/autoload/annotation-xml.js 
595${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/autoload/maction.js 
596${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/autoload/menclose.js 
597${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/autoload/mglyph.js 
598${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/autoload/mmultiscripts.js 
599${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/autoload/ms.js 
600${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/autoload/mtable.js 
601${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/autoload/multiline.js 
602${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/config.js 
603${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Alphabets/Bold/Main.js 
604${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Alphabets/BoldItalic/Main.js 
605${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Alphabets/Italic/Main.js 
606${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Alphabets/Regular/Main.js 
607${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Arrows/Bold/Main.js 
608${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Arrows/Regular/Main.js 
609${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Bold/Main.js 
610${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/BoldItalic/Main.js 
611${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Italic/Main.js 
612${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Regular/Main.js 
613${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Fraktur/Bold/Main.js 
614${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Fraktur/Regular/Main.js 
615${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Latin/Bold/Main.js 
616${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Latin/BoldItalic/Main.js 
617${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Latin/Italic/Main.js 
618${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Latin/Regular/Main.js 
619${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Main/Bold/Main.js 
620${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Main/BoldItalic/Main.js 
621${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Main/Italic/Main.js 
622${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Main/Regular/Main.js 
623${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Marks/Bold/Main.js 
624${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Marks/BoldItalic/Main.js 
625${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Marks/Italic/Main.js 
626${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Marks/Regular/Main.js 
627${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Misc/Bold/Main.js 
628${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Misc/BoldItalic/Main.js 
629${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Misc/Italic/Main.js 
630${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Misc/Regular/Main.js 
631${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Monospace/Regular/Main.js 
632${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Normal/Bold/Main.js 
633${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Normal/BoldItalic/Main.js 
634${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Normal/Italic/Main.js 
635${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Operators/Bold/Main.js 
636${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Operators/Regular/Main.js 
637${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/SansSerif/Bold/Main.js 
638${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/SansSerif/BoldItalic/Main.js 
639${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/SansSerif/Italic/Main.js 
640${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/SansSerif/Regular/Main.js 
641${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Script/BoldItalic/Main.js 
642${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Script/Italic/Main.js 
643${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Script/Regular/Main.js 
644${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Shapes/Bold/Main.js 
645${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Shapes/BoldItalic/Main.js 
646${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Shapes/Regular/Main.js 
647${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Size1/Regular/Main.js 
648${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Size2/Regular/Main.js 
649${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Size3/Regular/Main.js 
650${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Size4/Regular/Main.js 
651${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Size5/Regular/Main.js 
652${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Symbols/Bold/Main.js 
653${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Symbols/Regular/Main.js 
654${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Variants/Bold/Main.js 
655${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Variants/BoldItalic/Main.js 
656${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Variants/Italic/Main.js 
657${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/Variants/Regular/Main.js 
658${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/fontdata-extra.js 
659${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/fonts/STIX-Web/fontdata.js 
660${PYSITELIB}/notebook/static/components/MathJax/jax/output/SVG/jax.js 
661${PYSITELIB}/notebook/static/components/MathJax/localization/ar/FontWarnings.js 
662${PYSITELIB}/notebook/static/components/MathJax/localization/ar/HTML-CSS.js 
663${PYSITELIB}/notebook/static/components/MathJax/localization/ar/HelpDialog.js 
664${PYSITELIB}/notebook/static/components/MathJax/localization/ar/MathML.js 
665${PYSITELIB}/notebook/static/components/MathJax/localization/ar/MathMenu.js 
666${PYSITELIB}/notebook/static/components/MathJax/localization/ar/TeX.js 
667${PYSITELIB}/notebook/static/components/MathJax/localization/ar/ar.js 
668${PYSITELIB}/notebook/static/components/MathJax/localization/ast/FontWarnings.js 
669${PYSITELIB}/notebook/static/components/MathJax/localization/ast/HTML-CSS.js 
670${PYSITELIB}/notebook/static/components/MathJax/localization/ast/HelpDialog.js 
671${PYSITELIB}/notebook/static/components/MathJax/localization/ast/MathML.js 
672${PYSITELIB}/notebook/static/components/MathJax/localization/ast/MathMenu.js 
673${PYSITELIB}/notebook/static/components/MathJax/localization/ast/TeX.js 
674${PYSITELIB}/notebook/static/components/MathJax/localization/ast/ast.js 
675${PYSITELIB}/notebook/static/components/MathJax/localization/bcc/FontWarnings.js 
676${PYSITELIB}/notebook/static/components/MathJax/localization/bcc/HTML-CSS.js 
677${PYSITELIB}/notebook/static/components/MathJax/localization/bcc/HelpDialog.js 
678${PYSITELIB}/notebook/static/components/MathJax/localization/bcc/MathML.js 
679${PYSITELIB}/notebook/static/components/MathJax/localization/bcc/MathMenu.js 
680${PYSITELIB}/notebook/static/components/MathJax/localization/bcc/TeX.js 
681${PYSITELIB}/notebook/static/components/MathJax/localization/bcc/bcc.js 
682${PYSITELIB}/notebook/static/components/MathJax/localization/bg/FontWarnings.js 
683${PYSITELIB}/notebook/static/components/MathJax/localization/bg/HTML-CSS.js 
684${PYSITELIB}/notebook/static/components/MathJax/localization/bg/HelpDialog.js 
685${PYSITELIB}/notebook/static/components/MathJax/localization/bg/MathML.js 
686${PYSITELIB}/notebook/static/components/MathJax/localization/bg/MathMenu.js 
687${PYSITELIB}/notebook/static/components/MathJax/localization/bg/TeX.js 
688${PYSITELIB}/notebook/static/components/MathJax/localization/bg/bg.js 
689${PYSITELIB}/notebook/static/components/MathJax/localization/br/FontWarnings.js 
690${PYSITELIB}/notebook/static/components/MathJax/localization/br/HTML-CSS.js 
691${PYSITELIB}/notebook/static/components/MathJax/localization/br/HelpDialog.js 
692${PYSITELIB}/notebook/static/components/MathJax/localization/br/MathML.js 
693${PYSITELIB}/notebook/static/components/MathJax/localization/br/MathMenu.js 
694${PYSITELIB}/notebook/static/components/MathJax/localization/br/TeX.js 
695${PYSITELIB}/notebook/static/components/MathJax/localization/br/br.js 
696${PYSITELIB}/notebook/static/components/MathJax/localization/ca/FontWarnings.js 
697${PYSITELIB}/notebook/static/components/MathJax/localization/ca/HTML-CSS.js 
698${PYSITELIB}/notebook/static/components/MathJax/localization/ca/HelpDialog.js 
699${PYSITELIB}/notebook/static/components/MathJax/localization/ca/MathML.js 
700${PYSITELIB}/notebook/static/components/MathJax/localization/ca/MathMenu.js 
701${PYSITELIB}/notebook/static/components/MathJax/localization/ca/TeX.js 
702${PYSITELIB}/notebook/static/components/MathJax/localization/ca/ca.js 
703${PYSITELIB}/notebook/static/components/MathJax/localization/cdo/FontWarnings.js 
704${PYSITELIB}/notebook/static/components/MathJax/localization/cdo/HTML-CSS.js 
705${PYSITELIB}/notebook/static/components/MathJax/localization/cdo/HelpDialog.js 
706${PYSITELIB}/notebook/static/components/MathJax/localization/cdo/MathML.js 
707${PYSITELIB}/notebook/static/components/MathJax/localization/cdo/MathMenu.js 
708${PYSITELIB}/notebook/static/components/MathJax/localization/cdo/TeX.js 
709${PYSITELIB}/notebook/static/components/MathJax/localization/cdo/cdo.js 
710${PYSITELIB}/notebook/static/components/MathJax/localization/ce/FontWarnings.js 
711${PYSITELIB}/notebook/static/components/MathJax/localization/ce/HTML-CSS.js 
712${PYSITELIB}/notebook/static/components/MathJax/localization/ce/HelpDialog.js 
713${PYSITELIB}/notebook/static/components/MathJax/localization/ce/MathML.js 
714${PYSITELIB}/notebook/static/components/MathJax/localization/ce/MathMenu.js 
715${PYSITELIB}/notebook/static/components/MathJax/localization/ce/TeX.js 
716${PYSITELIB}/notebook/static/components/MathJax/localization/ce/ce.js 
717${PYSITELIB}/notebook/static/components/MathJax/localization/cs/FontWarnings.js 
718${PYSITELIB}/notebook/static/components/MathJax/localization/cs/HTML-CSS.js 
719${PYSITELIB}/notebook/static/components/MathJax/localization/cs/HelpDialog.js 
720${PYSITELIB}/notebook/static/components/MathJax/localization/cs/MathML.js 
721${PYSITELIB}/notebook/static/components/MathJax/localization/cs/MathMenu.js 
722${PYSITELIB}/notebook/static/components/MathJax/localization/cs/TeX.js 
723${PYSITELIB}/notebook/static/components/MathJax/localization/cs/cs.js 
724${PYSITELIB}/notebook/static/components/MathJax/localization/cy/FontWarnings.js 
725${PYSITELIB}/notebook/static/components/MathJax/localization/cy/HTML-CSS.js 
726${PYSITELIB}/notebook/static/components/MathJax/localization/cy/HelpDialog.js 
727${PYSITELIB}/notebook/static/components/MathJax/localization/cy/MathML.js 
728${PYSITELIB}/notebook/static/components/MathJax/localization/cy/MathMenu.js 
729${PYSITELIB}/notebook/static/components/MathJax/localization/cy/TeX.js 
730${PYSITELIB}/notebook/static/components/MathJax/localization/cy/cy.js 
731${PYSITELIB}/notebook/static/components/MathJax/localization/da/FontWarnings.js 
732${PYSITELIB}/notebook/static/components/MathJax/localization/da/HTML-CSS.js 
733${PYSITELIB}/notebook/static/components/MathJax/localization/da/HelpDialog.js 
734${PYSITELIB}/notebook/static/components/MathJax/localization/da/MathML.js 
735${PYSITELIB}/notebook/static/components/MathJax/localization/da/MathMenu.js 
736${PYSITELIB}/notebook/static/components/MathJax/localization/da/TeX.js 
737${PYSITELIB}/notebook/static/components/MathJax/localization/da/da.js 
738${PYSITELIB}/notebook/static/components/MathJax/localization/de/FontWarnings.js 
739${PYSITELIB}/notebook/static/components/MathJax/localization/de/HTML-CSS.js 
740${PYSITELIB}/notebook/static/components/MathJax/localization/de/HelpDialog.js 
741${PYSITELIB}/notebook/static/components/MathJax/localization/de/MathML.js 
742${PYSITELIB}/notebook/static/components/MathJax/localization/de/MathMenu.js 
743${PYSITELIB}/notebook/static/components/MathJax/localization/de/TeX.js 
744${PYSITELIB}/notebook/static/components/MathJax/localization/de/de.js 
745${PYSITELIB}/notebook/static/components/MathJax/localization/diq/FontWarnings.js 
746${PYSITELIB}/notebook/static/components/MathJax/localization/diq/HTML-CSS.js 
747${PYSITELIB}/notebook/static/components/MathJax/localization/diq/HelpDialog.js 
748${PYSITELIB}/notebook/static/components/MathJax/localization/diq/MathML.js 
749${PYSITELIB}/notebook/static/components/MathJax/localization/diq/MathMenu.js 
750${PYSITELIB}/notebook/static/components/MathJax/localization/diq/TeX.js 
751${PYSITELIB}/notebook/static/components/MathJax/localization/diq/diq.js 
752${PYSITELIB}/notebook/static/components/MathJax/localization/en/FontWarnings.js 
753${PYSITELIB}/notebook/static/components/MathJax/localization/en/HTML-CSS.js 
754${PYSITELIB}/notebook/static/components/MathJax/localization/en/HelpDialog.js 
755${PYSITELIB}/notebook/static/components/MathJax/localization/en/MathML.js 
756${PYSITELIB}/notebook/static/components/MathJax/localization/en/MathMenu.js 
757${PYSITELIB}/notebook/static/components/MathJax/localization/en/TeX.js 
758${PYSITELIB}/notebook/static/components/MathJax/localization/en/en.js 
759${PYSITELIB}/notebook/static/components/MathJax/localization/eo/FontWarnings.js 
760${PYSITELIB}/notebook/static/components/MathJax/localization/eo/HTML-CSS.js 
761${PYSITELIB}/notebook/static/components/MathJax/localization/eo/HelpDialog.js 
762${PYSITELIB}/notebook/static/components/MathJax/localization/eo/MathML.js 
763${PYSITELIB}/notebook/static/components/MathJax/localization/eo/MathMenu.js 
764${PYSITELIB}/notebook/static/components/MathJax/localization/eo/TeX.js 
765${PYSITELIB}/notebook/static/components/MathJax/localization/eo/eo.js 
766${PYSITELIB}/notebook/static/components/MathJax/localization/es/FontWarnings.js 
767${PYSITELIB}/notebook/static/components/MathJax/localization/es/HTML-CSS.js 
768${PYSITELIB}/notebook/static/components/MathJax/localization/es/HelpDialog.js 
769${PYSITELIB}/notebook/static/components/MathJax/localization/es/MathML.js 
770${PYSITELIB}/notebook/static/components/MathJax/localization/es/MathMenu.js 
771${PYSITELIB}/notebook/static/components/MathJax/localization/es/TeX.js 
772${PYSITELIB}/notebook/static/components/MathJax/localization/es/es.js 
773${PYSITELIB}/notebook/static/components/MathJax/localization/fa/FontWarnings.js 
774${PYSITELIB}/notebook/static/components/MathJax/localization/fa/HTML-CSS.js 
775${PYSITELIB}/notebook/static/components/MathJax/localization/fa/HelpDialog.js 
776${PYSITELIB}/notebook/static/components/MathJax/localization/fa/MathML.js 
777${PYSITELIB}/notebook/static/components/MathJax/localization/fa/MathMenu.js 
778${PYSITELIB}/notebook/static/components/MathJax/localization/fa/TeX.js 
779${PYSITELIB}/notebook/static/components/MathJax/localization/fa/fa.js 
780${PYSITELIB}/notebook/static/components/MathJax/localization/fi/FontWarnings.js 
781${PYSITELIB}/notebook/static/components/MathJax/localization/fi/HTML-CSS.js 
782${PYSITELIB}/notebook/static/components/MathJax/localization/fi/HelpDialog.js 
783${PYSITELIB}/notebook/static/components/MathJax/localization/fi/MathML.js 
784${PYSITELIB}/notebook/static/components/MathJax/localization/fi/MathMenu.js 
785${PYSITELIB}/notebook/static/components/MathJax/localization/fi/TeX.js 
786${PYSITELIB}/notebook/static/components/MathJax/localization/fi/fi.js 
787${PYSITELIB}/notebook/static/components/MathJax/localization/fr/FontWarnings.js 
788${PYSITELIB}/notebook/static/components/MathJax/localization/fr/HTML-CSS.js 
789${PYSITELIB}/notebook/static/components/MathJax/localization/fr/HelpDialog.js 
790${PYSITELIB}/notebook/static/components/MathJax/localization/fr/MathML.js 
791${PYSITELIB}/notebook/static/components/MathJax/localization/fr/MathMenu.js 
792${PYSITELIB}/notebook/static/components/MathJax/localization/fr/TeX.js 
793${PYSITELIB}/notebook/static/components/MathJax/localization/fr/fr.js 
794${PYSITELIB}/notebook/static/components/MathJax/localization/gl/FontWarnings.js 
795${PYSITELIB}/notebook/static/components/MathJax/localization/gl/HTML-CSS.js 
796${PYSITELIB}/notebook/static/components/MathJax/localization/gl/HelpDialog.js 
797${PYSITELIB}/notebook/static/components/MathJax/localization/gl/MathML.js 
798${PYSITELIB}/notebook/static/components/MathJax/localization/gl/MathMenu.js 
799${PYSITELIB}/notebook/static/components/MathJax/localization/gl/TeX.js 
800${PYSITELIB}/notebook/static/components/MathJax/localization/gl/gl.js 
801${PYSITELIB}/notebook/static/components/MathJax/localization/he/FontWarnings.js 
802${PYSITELIB}/notebook/static/components/MathJax/localization/he/HTML-CSS.js 
803${PYSITELIB}/notebook/static/components/MathJax/localization/he/HelpDialog.js 
804${PYSITELIB}/notebook/static/components/MathJax/localization/he/MathML.js 
805${PYSITELIB}/notebook/static/components/MathJax/localization/he/MathMenu.js 
806${PYSITELIB}/notebook/static/components/MathJax/localization/he/TeX.js 
807${PYSITELIB}/notebook/static/components/MathJax/localization/he/he.js 
808${PYSITELIB}/notebook/static/components/MathJax/localization/ia/FontWarnings.js 
809${PYSITELIB}/notebook/static/components/MathJax/localization/ia/HTML-CSS.js 
810${PYSITELIB}/notebook/static/components/MathJax/localization/ia/HelpDialog.js 
811${PYSITELIB}/notebook/static/components/MathJax/localization/ia/MathML.js 
812${PYSITELIB}/notebook/static/components/MathJax/localization/ia/MathMenu.js 
813${PYSITELIB}/notebook/static/components/MathJax/localization/ia/TeX.js 
814${PYSITELIB}/notebook/static/components/MathJax/localization/ia/ia.js 
815${PYSITELIB}/notebook/static/components/MathJax/localization/it/FontWarnings.js 
816${PYSITELIB}/notebook/static/components/MathJax/localization/it/HTML-CSS.js 
817${PYSITELIB}/notebook/static/components/MathJax/localization/it/HelpDialog.js 
818${PYSITELIB}/notebook/static/components/MathJax/localization/it/MathML.js 
819${PYSITELIB}/notebook/static/components/MathJax/localization/it/MathMenu.js 
820${PYSITELIB}/notebook/static/components/MathJax/localization/it/TeX.js 
821${PYSITELIB}/notebook/static/components/MathJax/localization/it/it.js 
822${PYSITELIB}/notebook/static/components/MathJax/localization/ja/FontWarnings.js 
823${PYSITELIB}/notebook/static/components/MathJax/localization/ja/HTML-CSS.js 
824${PYSITELIB}/notebook/static/components/MathJax/localization/ja/HelpDialog.js 
825${PYSITELIB}/notebook/static/components/MathJax/localization/ja/MathML.js 
826${PYSITELIB}/notebook/static/components/MathJax/localization/ja/MathMenu.js 
827${PYSITELIB}/notebook/static/components/MathJax/localization/ja/TeX.js 
828${PYSITELIB}/notebook/static/components/MathJax/localization/ja/ja.js 
829${PYSITELIB}/notebook/static/components/MathJax/localization/kn/FontWarnings.js 
830${PYSITELIB}/notebook/static/components/MathJax/localization/kn/HTML-CSS.js 
831${PYSITELIB}/notebook/static/components/MathJax/localization/kn/HelpDialog.js 
832${PYSITELIB}/notebook/static/components/MathJax/localization/kn/MathML.js 
833${PYSITELIB}/notebook/static/components/MathJax/localization/kn/MathMenu.js 
834${PYSITELIB}/notebook/static/components/MathJax/localization/kn/TeX.js 
835${PYSITELIB}/notebook/static/components/MathJax/localization/kn/kn.js 
836${PYSITELIB}/notebook/static/components/MathJax/localization/ko/FontWarnings.js 
837${PYSITELIB}/notebook/static/components/MathJax/localization/ko/HTML-CSS.js 
838${PYSITELIB}/notebook/static/components/MathJax/localization/ko/HelpDialog.js 
839${PYSITELIB}/notebook/static/components/MathJax/localization/ko/MathML.js 
840${PYSITELIB}/notebook/static/components/MathJax/localization/ko/MathMenu.js 
841${PYSITELIB}/notebook/static/components/MathJax/localization/ko/TeX.js 
842${PYSITELIB}/notebook/static/components/MathJax/localization/ko/ko.js 
843${PYSITELIB}/notebook/static/components/MathJax/localization/lb/FontWarnings.js 
844${PYSITELIB}/notebook/static/components/MathJax/localization/lb/HTML-CSS.js 
845${PYSITELIB}/notebook/static/components/MathJax/localization/lb/HelpDialog.js 
846${PYSITELIB}/notebook/static/components/MathJax/localization/lb/MathML.js 
847${PYSITELIB}/notebook/static/components/MathJax/localization/lb/MathMenu.js 
848${PYSITELIB}/notebook/static/components/MathJax/localization/lb/TeX.js 
849${PYSITELIB}/notebook/static/components/MathJax/localization/lb/lb.js 
850${PYSITELIB}/notebook/static/components/MathJax/localization/lki/FontWarnings.js 
851${PYSITELIB}/notebook/static/components/MathJax/localization/lki/HTML-CSS.js 
852${PYSITELIB}/notebook/static/components/MathJax/localization/lki/HelpDialog.js 
853${PYSITELIB}/notebook/static/components/MathJax/localization/lki/MathML.js 
854${PYSITELIB}/notebook/static/components/MathJax/localization/lki/MathMenu.js 
855${PYSITELIB}/notebook/static/components/MathJax/localization/lki/TeX.js 
856${PYSITELIB}/notebook/static/components/MathJax/localization/lki/lki.js 
857${PYSITELIB}/notebook/static/components/MathJax/localization/lt/FontWarnings.js 
858${PYSITELIB}/notebook/static/components/MathJax/localization/lt/HTML-CSS.js 
859${PYSITELIB}/notebook/static/components/MathJax/localization/lt/HelpDialog.js 
860${PYSITELIB}/notebook/static/components/MathJax/localization/lt/MathML.js 
861${PYSITELIB}/notebook/static/components/MathJax/localization/lt/MathMenu.js 
862${PYSITELIB}/notebook/static/components/MathJax/localization/lt/TeX.js 
863${PYSITELIB}/notebook/static/components/MathJax/localization/lt/lt.js 
864${PYSITELIB}/notebook/static/components/MathJax/localization/mk/FontWarnings.js 
865${PYSITELIB}/notebook/static/components/MathJax/localization/mk/HTML-CSS.js 
866${PYSITELIB}/notebook/static/components/MathJax/localization/mk/HelpDialog.js 
867${PYSITELIB}/notebook/static/components/MathJax/localization/mk/MathML.js 
868${PYSITELIB}/notebook/static/components/MathJax/localization/mk/MathMenu.js 
869${PYSITELIB}/notebook/static/components/MathJax/localization/mk/TeX.js 
870${PYSITELIB}/notebook/static/components/MathJax/localization/mk/mk.js 
871${PYSITELIB}/notebook/static/components/MathJax/localization/nl/FontWarnings.js 
872${PYSITELIB}/notebook/static/components/MathJax/localization/nl/HTML-CSS.js 
873${PYSITELIB}/notebook/static/components/MathJax/localization/nl/HelpDialog.js 
874${PYSITELIB}/notebook/static/components/MathJax/localization/nl/MathML.js 
875${PYSITELIB}/notebook/static/components/MathJax/localization/nl/MathMenu.js 
876${PYSITELIB}/notebook/static/components/MathJax/localization/nl/TeX.js 
877${PYSITELIB}/notebook/static/components/MathJax/localization/nl/nl.js 
878${PYSITELIB}/notebook/static/components/MathJax/localization/oc/FontWarnings.js 
879${PYSITELIB}/notebook/static/components/MathJax/localization/oc/HTML-CSS.js 
880${PYSITELIB}/notebook/static/components/MathJax/localization/oc/HelpDialog.js 
881${PYSITELIB}/notebook/static/components/MathJax/localization/oc/MathML.js 
882${PYSITELIB}/notebook/static/components/MathJax/localization/oc/MathMenu.js 
883${PYSITELIB}/notebook/static/components/MathJax/localization/oc/TeX.js 
884${PYSITELIB}/notebook/static/components/MathJax/localization/oc/oc.js 
885${PYSITELIB}/notebook/static/components/MathJax/localization/pl/FontWarnings.js 
886${PYSITELIB}/notebook/static/components/MathJax/localization/pl/HTML-CSS.js 
887${PYSITELIB}/notebook/static/components/MathJax/localization/pl/HelpDialog.js 
888${PYSITELIB}/notebook/static/components/MathJax/localization/pl/MathML.js 
889${PYSITELIB}/notebook/static/components/MathJax/localization/pl/MathMenu.js 
890${PYSITELIB}/notebook/static/components/MathJax/localization/pl/TeX.js 
891${PYSITELIB}/notebook/static/components/MathJax/localization/pl/pl.js 
892${PYSITELIB}/notebook/static/components/MathJax/localization/pt-br/FontWarnings.js 
893${PYSITELIB}/notebook/static/components/MathJax/localization/pt-br/HTML-CSS.js 
894${PYSITELIB}/notebook/static/components/MathJax/localization/pt-br/HelpDialog.js 
895${PYSITELIB}/notebook/static/components/MathJax/localization/pt-br/MathML.js 
896${PYSITELIB}/notebook/static/components/MathJax/localization/pt-br/MathMenu.js 
897${PYSITELIB}/notebook/static/components/MathJax/localization/pt-br/TeX.js 
898${PYSITELIB}/notebook/static/components/MathJax/localization/pt-br/pt-br.js 
899${PYSITELIB}/notebook/static/components/MathJax/localization/pt/FontWarnings.js 
900${PYSITELIB}/notebook/static/components/MathJax/localization/pt/HTML-CSS.js 
901${PYSITELIB}/notebook/static/components/MathJax/localization/pt/HelpDialog.js 
902${PYSITELIB}/notebook/static/components/MathJax/localization/pt/MathML.js 
903${PYSITELIB}/notebook/static/components/MathJax/localization/pt/MathMenu.js 
904${PYSITELIB}/notebook/static/components/MathJax/localization/pt/TeX.js 
905${PYSITELIB}/notebook/static/components/MathJax/localization/pt/pt.js 
906${PYSITELIB}/notebook/static/components/MathJax/localization/qqq/FontWarnings.js 
907${PYSITELIB}/notebook/static/components/MathJax/localization/qqq/HTML-CSS.js 
908${PYSITELIB}/notebook/static/components/MathJax/localization/qqq/HelpDialog.js 
909${PYSITELIB}/notebook/static/components/MathJax/localization/qqq/MathML.js 
910${PYSITELIB}/notebook/static/components/MathJax/localization/qqq/MathMenu.js 
911${PYSITELIB}/notebook/static/components/MathJax/localization/qqq/TeX.js 
912${PYSITELIB}/notebook/static/components/MathJax/localization/qqq/qqq.js 
913${PYSITELIB}/notebook/static/components/MathJax/localization/ru/FontWarnings.js 
914${PYSITELIB}/notebook/static/components/MathJax/localization/ru/HTML-CSS.js 
915${PYSITELIB}/notebook/static/components/MathJax/localization/ru/HelpDialog.js 
916${PYSITELIB}/notebook/static/components/MathJax/localization/ru/MathML.js 
917${PYSITELIB}/notebook/static/components/MathJax/localization/ru/MathMenu.js 
918${PYSITELIB}/notebook/static/components/MathJax/localization/ru/TeX.js 
919${PYSITELIB}/notebook/static/components/MathJax/localization/ru/ru.js 
920${PYSITELIB}/notebook/static/components/MathJax/localization/scn/FontWarnings.js 
921${PYSITELIB}/notebook/static/components/MathJax/localization/scn/HTML-CSS.js 
922${PYSITELIB}/notebook/static/components/MathJax/localization/scn/HelpDialog.js 
923${PYSITELIB}/notebook/static/components/MathJax/localization/scn/MathML.js 
924${PYSITELIB}/notebook/static/components/MathJax/localization/scn/MathMenu.js 
925${PYSITELIB}/notebook/static/components/MathJax/localization/scn/TeX.js 
926${PYSITELIB}/notebook/static/components/MathJax/localization/scn/scn.js 
927${PYSITELIB}/notebook/static/components/MathJax/localization/sco/FontWarnings.js 
928${PYSITELIB}/notebook/static/components/MathJax/localization/sco/HTML-CSS.js 
929${PYSITELIB}/notebook/static/components/MathJax/localization/sco/HelpDialog.js 
930${PYSITELIB}/notebook/static/components/MathJax/localization/sco/MathML.js 
931${PYSITELIB}/notebook/static/components/MathJax/localization/sco/MathMenu.js 
932${PYSITELIB}/notebook/static/components/MathJax/localization/sco/TeX.js 
933${PYSITELIB}/notebook/static/components/MathJax/localization/sco/sco.js 
934${PYSITELIB}/notebook/static/components/MathJax/localization/sk/FontWarnings.js 
935${PYSITELIB}/notebook/static/components/MathJax/localization/sk/HTML-CSS.js 
936${PYSITELIB}/notebook/static/components/MathJax/localization/sk/HelpDialog.js 
937${PYSITELIB}/notebook/static/components/MathJax/localization/sk/MathML.js 
938${PYSITELIB}/notebook/static/components/MathJax/localization/sk/MathMenu.js 
939${PYSITELIB}/notebook/static/components/MathJax/localization/sk/TeX.js 
940${PYSITELIB}/notebook/static/components/MathJax/localization/sk/sk.js 
941${PYSITELIB}/notebook/static/components/MathJax/localization/sl/FontWarnings.js 
942${PYSITELIB}/notebook/static/components/MathJax/localization/sl/HTML-CSS.js 
943${PYSITELIB}/notebook/static/components/MathJax/localization/sl/HelpDialog.js 
944${PYSITELIB}/notebook/static/components/MathJax/localization/sl/MathML.js 
945${PYSITELIB}/notebook/static/components/MathJax/localization/sl/MathMenu.js 
946${PYSITELIB}/notebook/static/components/MathJax/localization/sl/TeX.js 
947${PYSITELIB}/notebook/static/components/MathJax/localization/sl/sl.js 
948${PYSITELIB}/notebook/static/components/MathJax/localization/sv/FontWarnings.js 
949${PYSITELIB}/notebook/static/components/MathJax/localization/sv/HTML-CSS.js 
950${PYSITELIB}/notebook/static/components/MathJax/localization/sv/HelpDialog.js 
951${PYSITELIB}/notebook/static/components/MathJax/localization/sv/MathML.js 
952${PYSITELIB}/notebook/static/components/MathJax/localization/sv/MathMenu.js 
953${PYSITELIB}/notebook/static/components/MathJax/localization/sv/TeX.js 
954${PYSITELIB}/notebook/static/components/MathJax/localization/sv/sv.js 
955${PYSITELIB}/notebook/static/components/MathJax/localization/th/FontWarnings.js 
956${PYSITELIB}/notebook/static/components/MathJax/localization/th/HTML-CSS.js 
957${PYSITELIB}/notebook/static/components/MathJax/localization/th/HelpDialog.js 
958${PYSITELIB}/notebook/static/components/MathJax/localization/th/MathML.js 
959${PYSITELIB}/notebook/static/components/MathJax/localization/th/MathMenu.js 
960${PYSITELIB}/notebook/static/components/MathJax/localization/th/TeX.js 
961${PYSITELIB}/notebook/static/components/MathJax/localization/th/th.js 
962${PYSITELIB}/notebook/static/components/MathJax/localization/tr/FontWarnings.js 
963${PYSITELIB}/notebook/static/components/MathJax/localization/tr/HTML-CSS.js 
964${PYSITELIB}/notebook/static/components/MathJax/localization/tr/HelpDialog.js 
965${PYSITELIB}/notebook/static/components/MathJax/localization/tr/MathML.js 
966${PYSITELIB}/notebook/static/components/MathJax/localization/tr/MathMenu.js 
967${PYSITELIB}/notebook/static/components/MathJax/localization/tr/TeX.js 
968${PYSITELIB}/notebook/static/components/MathJax/localization/tr/tr.js 
969${PYSITELIB}/notebook/static/components/MathJax/localization/uk/FontWarnings.js 
970${PYSITELIB}/notebook/static/components/MathJax/localization/uk/HTML-CSS.js 
971${PYSITELIB}/notebook/static/components/MathJax/localization/uk/HelpDialog.js 
972${PYSITELIB}/notebook/static/components/MathJax/localization/uk/MathML.js 
973${PYSITELIB}/notebook/static/components/MathJax/localization/uk/MathMenu.js 
974${PYSITELIB}/notebook/static/components/MathJax/localization/uk/TeX.js 
975${PYSITELIB}/notebook/static/components/MathJax/localization/uk/uk.js 
976${PYSITELIB}/notebook/static/components/MathJax/localization/vi/FontWarnings.js 
977${PYSITELIB}/notebook/static/components/MathJax/localization/vi/HTML-CSS.js 
978${PYSITELIB}/notebook/static/components/MathJax/localization/vi/HelpDialog.js 
979${PYSITELIB}/notebook/static/components/MathJax/localization/vi/MathML.js 
980${PYSITELIB}/notebook/static/components/MathJax/localization/vi/MathMenu.js 
981${PYSITELIB}/notebook/static/components/MathJax/localization/vi/TeX.js 
982${PYSITELIB}/notebook/static/components/MathJax/localization/vi/vi.js 
983${PYSITELIB}/notebook/static/components/MathJax/localization/zh-hans/FontWarnings.js 
984${PYSITELIB}/notebook/static/components/MathJax/localization/zh-hans/HTML-CSS.js 
985${PYSITELIB}/notebook/static/components/MathJax/localization/zh-hans/HelpDialog.js 
986${PYSITELIB}/notebook/static/components/MathJax/localization/zh-hans/MathML.js 
987${PYSITELIB}/notebook/static/components/MathJax/localization/zh-hans/MathMenu.js 
988${PYSITELIB}/notebook/static/components/MathJax/localization/zh-hans/TeX.js 
989${PYSITELIB}/notebook/static/components/MathJax/localization/zh-hans/zh-hans.js 
990${PYSITELIB}/notebook/static/components/MathJax/localization/zh-hant/FontWarnings.js 
991${PYSITELIB}/notebook/static/components/MathJax/localization/zh-hant/HTML-CSS.js 
992${PYSITELIB}/notebook/static/components/MathJax/localization/zh-hant/HelpDialog.js 
993${PYSITELIB}/notebook/static/components/MathJax/localization/zh-hant/MathML.js 
994${PYSITELIB}/notebook/static/components/MathJax/localization/zh-hant/MathMenu.js 
995${PYSITELIB}/notebook/static/components/MathJax/localization/zh-hant/TeX.js 
996${PYSITELIB}/notebook/static/components/MathJax/localization/zh-hant/zh-hant.js 
997${PYSITELIB}/notebook/static/components/backbone/backbone-min.js 
998${PYSITELIB}/notebook/static/components/bootstrap-tour/build/css/bootstrap-tour.min.css 
999${PYSITELIB}/notebook/static/components/bootstrap-tour/build/js/bootstrap-tour.min.js 
1000${PYSITELIB}/notebook/static/components/bootstrap/dist/js/bootstrap.min.js 
1001${PYSITELIB}/notebook/static/components/codemirror/addon/comment/comment.js 
1002${PYSITELIB}/notebook/static/components/codemirror/addon/comment/continuecomment.js 
1003${PYSITELIB}/notebook/static/components/codemirror/addon/dialog/dialog.css 
1004${PYSITELIB}/notebook/static/components/codemirror/addon/dialog/dialog.js 
1005${PYSITELIB}/notebook/static/components/codemirror/addon/display/autorefresh.js 
1006${PYSITELIB}/notebook/static/components/codemirror/addon/display/fullscreen.css 
1007${PYSITELIB}/notebook/static/components/codemirror/addon/display/fullscreen.js 
1008${PYSITELIB}/notebook/static/components/codemirror/addon/display/panel.js 
1009${PYSITELIB}/notebook/static/components/codemirror/addon/display/placeholder.js 
1010${PYSITELIB}/notebook/static/components/codemirror/addon/display/rulers.js 
1011${PYSITELIB}/notebook/static/components/codemirror/addon/edit/closebrackets.js 
1012${PYSITELIB}/notebook/static/components/codemirror/addon/edit/closetag.js 
1013${PYSITELIB}/notebook/static/components/codemirror/addon/edit/continuelist.js 
1014${PYSITELIB}/notebook/static/components/codemirror/addon/edit/matchbrackets.js 
1015${PYSITELIB}/notebook/static/components/codemirror/addon/edit/matchtags.js 
1016${PYSITELIB}/notebook/static/components/codemirror/addon/edit/trailingspace.js 
1017${PYSITELIB}/notebook/static/components/codemirror/addon/fold/brace-fold.js 
1018${PYSITELIB}/notebook/static/components/codemirror/addon/fold/comment-fold.js 
1019${PYSITELIB}/notebook/static/components/codemirror/addon/fold/foldcode.js 
1020${PYSITELIB}/notebook/static/components/codemirror/addon/fold/foldgutter.css 
1021${PYSITELIB}/notebook/static/components/codemirror/addon/fold/foldgutter.js 
1022${PYSITELIB}/notebook/static/components/codemirror/addon/fold/indent-fold.js 
1023${PYSITELIB}/notebook/static/components/codemirror/addon/fold/markdown-fold.js 
1024${PYSITELIB}/notebook/static/components/codemirror/addon/fold/xml-fold.js 
1025${PYSITELIB}/notebook/static/components/codemirror/addon/hint/anyword-hint.js 
1026${PYSITELIB}/notebook/static/components/codemirror/addon/hint/css-hint.js 
1027${PYSITELIB}/notebook/static/components/codemirror/addon/hint/html-hint.js 
1028${PYSITELIB}/notebook/static/components/codemirror/addon/hint/javascript-hint.js 
1029${PYSITELIB}/notebook/static/components/codemirror/addon/hint/show-hint.css 
1030${PYSITELIB}/notebook/static/components/codemirror/addon/hint/show-hint.js 
1031${PYSITELIB}/notebook/static/components/codemirror/addon/hint/sql-hint.js 
1032${PYSITELIB}/notebook/static/components/codemirror/addon/hint/xml-hint.js 
1033${PYSITELIB}/notebook/static/components/codemirror/addon/lint/coffeescript-lint.js 
1034${PYSITELIB}/notebook/static/components/codemirror/addon/lint/css-lint.js 
1035${PYSITELIB}/notebook/static/components/codemirror/addon/lint/html-lint.js 
1036${PYSITELIB}/notebook/static/components/codemirror/addon/lint/javascript-lint.js 
1037${PYSITELIB}/notebook/static/components/codemirror/addon/lint/json-lint.js 
1038${PYSITELIB}/notebook/static/components/codemirror/addon/lint/lint.css 
1039${PYSITELIB}/notebook/static/components/codemirror/addon/lint/lint.js 
1040${PYSITELIB}/notebook/static/components/codemirror/addon/lint/yaml-lint.js 
1041${PYSITELIB}/notebook/static/components/codemirror/addon/merge/merge.css 
1042${PYSITELIB}/notebook/static/components/codemirror/addon/merge/merge.js 
1043${PYSITELIB}/notebook/static/components/codemirror/addon/mode/loadmode.js 
1044${PYSITELIB}/notebook/static/components/codemirror/addon/mode/multiplex.js 
1045${PYSITELIB}/notebook/static/components/codemirror/addon/mode/multiplex_test.js 
1046${PYSITELIB}/notebook/static/components/codemirror/addon/mode/overlay.js 
1047${PYSITELIB}/notebook/static/components/codemirror/addon/mode/simple.js 
1048${PYSITELIB}/notebook/static/components/codemirror/addon/runmode/colorize.js 
1049${PYSITELIB}/notebook/static/components/codemirror/addon/runmode/runmode-standalone.js 
1050${PYSITELIB}/notebook/static/components/codemirror/addon/runmode/runmode.js 
1051${PYSITELIB}/notebook/static/components/codemirror/addon/runmode/runmode.node.js 
1052${PYSITELIB}/notebook/static/components/codemirror/addon/scroll/annotatescrollbar.js 
1053${PYSITELIB}/notebook/static/components/codemirror/addon/scroll/scrollpastend.js 
1054${PYSITELIB}/notebook/static/components/codemirror/addon/scroll/simplescrollbars.css 
1055${PYSITELIB}/notebook/static/components/codemirror/addon/scroll/simplescrollbars.js 
1056${PYSITELIB}/notebook/static/components/codemirror/addon/search/jump-to-line.js 
1057${PYSITELIB}/notebook/static/components/codemirror/addon/search/match-highlighter.js 
1058${PYSITELIB}/notebook/static/components/codemirror/addon/search/matchesonscrollbar.css 
1059${PYSITELIB}/notebook/static/components/codemirror/addon/search/matchesonscrollbar.js 
1060${PYSITELIB}/notebook/static/components/codemirror/addon/search/search.js 
1061${PYSITELIB}/notebook/static/components/codemirror/addon/search/searchcursor.js 
1062${PYSITELIB}/notebook/static/components/codemirror/addon/selection/active-line.js 
1063${PYSITELIB}/notebook/static/components/codemirror/addon/selection/mark-selection.js 
1064${PYSITELIB}/notebook/static/components/codemirror/addon/selection/selection-pointer.js 
1065${PYSITELIB}/notebook/static/components/codemirror/addon/tern/tern.css 
1066${PYSITELIB}/notebook/static/components/codemirror/addon/tern/tern.js 
1067${PYSITELIB}/notebook/static/components/codemirror/addon/tern/worker.js 
1068${PYSITELIB}/notebook/static/components/codemirror/addon/wrap/hardwrap.js 
1069${PYSITELIB}/notebook/static/components/codemirror/keymap/emacs.js 
1070${PYSITELIB}/notebook/static/components/codemirror/keymap/sublime.js 
1071${PYSITELIB}/notebook/static/components/codemirror/keymap/vim.js 
1072${PYSITELIB}/notebook/static/components/codemirror/lib/codemirror.css 
1073${PYSITELIB}/notebook/static/components/codemirror/lib/codemirror.js 
1074${PYSITELIB}/notebook/static/components/codemirror/mode/apl/apl.js 
1075${PYSITELIB}/notebook/static/components/codemirror/mode/asciiarmor/asciiarmor.js 
1076${PYSITELIB}/notebook/static/components/codemirror/mode/asn.1/asn.1.js 
1077${PYSITELIB}/notebook/static/components/codemirror/mode/asterisk/asterisk.js 
1078${PYSITELIB}/notebook/static/components/codemirror/mode/brainfuck/brainfuck.js 
1079${PYSITELIB}/notebook/static/components/codemirror/mode/clike/clike.js 
1080${PYSITELIB}/notebook/static/components/codemirror/mode/clojure/clojure.js 
1081${PYSITELIB}/notebook/static/components/codemirror/mode/cmake/cmake.js 
1082${PYSITELIB}/notebook/static/components/codemirror/mode/cobol/cobol.js 
1083${PYSITELIB}/notebook/static/components/codemirror/mode/coffeescript/coffeescript.js 
1084${PYSITELIB}/notebook/static/components/codemirror/mode/commonlisp/commonlisp.js 
1085${PYSITELIB}/notebook/static/components/codemirror/mode/crystal/crystal.js 
1086${PYSITELIB}/notebook/static/components/codemirror/mode/css/css.js 
1087${PYSITELIB}/notebook/static/components/codemirror/mode/cypher/cypher.js 
1088${PYSITELIB}/notebook/static/components/codemirror/mode/d/d.js 
1089${PYSITELIB}/notebook/static/components/codemirror/mode/dart/dart.js 
1090${PYSITELIB}/notebook/static/components/codemirror/mode/diff/diff.js 
1091${PYSITELIB}/notebook/static/components/codemirror/mode/django/django.js 
1092${PYSITELIB}/notebook/static/components/codemirror/mode/dockerfile/dockerfile.js 
1093${PYSITELIB}/notebook/static/components/codemirror/mode/dtd/dtd.js 
1094${PYSITELIB}/notebook/static/components/codemirror/mode/dylan/dylan.js 
1095${PYSITELIB}/notebook/static/components/codemirror/mode/ebnf/ebnf.js 
1096${PYSITELIB}/notebook/static/components/codemirror/mode/ecl/ecl.js 
1097${PYSITELIB}/notebook/static/components/codemirror/mode/eiffel/eiffel.js 
1098${PYSITELIB}/notebook/static/components/codemirror/mode/elm/elm.js 
1099${PYSITELIB}/notebook/static/components/codemirror/mode/erlang/erlang.js 
1100${PYSITELIB}/notebook/static/components/codemirror/mode/factor/factor.js 
1101${PYSITELIB}/notebook/static/components/codemirror/mode/fcl/fcl.js 
1102${PYSITELIB}/notebook/static/components/codemirror/mode/forth/forth.js 
1103${PYSITELIB}/notebook/static/components/codemirror/mode/fortran/fortran.js 
1104${PYSITELIB}/notebook/static/components/codemirror/mode/gas/gas.js 
1105${PYSITELIB}/notebook/static/components/codemirror/mode/gfm/gfm.js 
1106${PYSITELIB}/notebook/static/components/codemirror/mode/gherkin/gherkin.js 
1107${PYSITELIB}/notebook/static/components/codemirror/mode/go/go.js 
1108${PYSITELIB}/notebook/static/components/codemirror/mode/groovy/groovy.js 
1109${PYSITELIB}/notebook/static/components/codemirror/mode/haml/haml.js 
1110${PYSITELIB}/notebook/static/components/codemirror/mode/handlebars/handlebars.js 
1111${PYSITELIB}/notebook/static/components/codemirror/mode/haskell-literate/haskell-literate.js 
1112${PYSITELIB}/notebook/static/components/codemirror/mode/haskell/haskell.js 
1113${PYSITELIB}/notebook/static/components/codemirror/mode/haxe/haxe.js 
1114${PYSITELIB}/notebook/static/components/codemirror/mode/htmlembedded/htmlembedded.js 
1115${PYSITELIB}/notebook/static/components/codemirror/mode/htmlmixed/htmlmixed.js 
1116${PYSITELIB}/notebook/static/components/codemirror/mode/http/http.js 
1117${PYSITELIB}/notebook/static/components/codemirror/mode/idl/idl.js 
1118${PYSITELIB}/notebook/static/components/codemirror/mode/javascript/javascript.js 
1119${PYSITELIB}/notebook/static/components/codemirror/mode/jinja2/jinja2.js 
1120${PYSITELIB}/notebook/static/components/codemirror/mode/jsx/jsx.js 
1121${PYSITELIB}/notebook/static/components/codemirror/mode/julia/julia.js 
1122${PYSITELIB}/notebook/static/components/codemirror/mode/livescript/livescript.js 
1123${PYSITELIB}/notebook/static/components/codemirror/mode/lua/lua.js 
1124${PYSITELIB}/notebook/static/components/codemirror/mode/markdown/markdown.js 
1125${PYSITELIB}/notebook/static/components/codemirror/mode/mathematica/mathematica.js 
1126${PYSITELIB}/notebook/static/components/codemirror/mode/mbox/mbox.js 
1127${PYSITELIB}/notebook/static/components/codemirror/mode/meta.js 
1128${PYSITELIB}/notebook/static/components/codemirror/mode/mirc/mirc.js 
1129${PYSITELIB}/notebook/static/components/codemirror/mode/mllike/mllike.js 
1130${PYSITELIB}/notebook/static/components/codemirror/mode/modelica/modelica.js 
1131${PYSITELIB}/notebook/static/components/codemirror/mode/mscgen/mscgen.js 
1132${PYSITELIB}/notebook/static/components/codemirror/mode/mumps/mumps.js 
1133${PYSITELIB}/notebook/static/components/codemirror/mode/nginx/nginx.js 
1134${PYSITELIB}/notebook/static/components/codemirror/mode/nsis/nsis.js 
1135${PYSITELIB}/notebook/static/components/codemirror/mode/ntriples/ntriples.js 
1136${PYSITELIB}/notebook/static/components/codemirror/mode/octave/octave.js 
1137${PYSITELIB}/notebook/static/components/codemirror/mode/oz/oz.js 
1138${PYSITELIB}/notebook/static/components/codemirror/mode/pascal/pascal.js 
1139${PYSITELIB}/notebook/static/components/codemirror/mode/pegjs/pegjs.js 
1140${PYSITELIB}/notebook/static/components/codemirror/mode/perl/perl.js 
1141${PYSITELIB}/notebook/static/components/codemirror/mode/php/php.js 
1142${PYSITELIB}/notebook/static/components/codemirror/mode/pig/pig.js 
1143${PYSITELIB}/notebook/static/components/codemirror/mode/powershell/powershell.js 
1144${PYSITELIB}/notebook/static/components/codemirror/mode/properties/properties.js 
1145${PYSITELIB}/notebook/static/components/codemirror/mode/protobuf/protobuf.js 
1146${PYSITELIB}/notebook/static/components/codemirror/mode/pug/pug.js 
1147${PYSITELIB}/notebook/static/components/codemirror/mode/puppet/puppet.js 
1148${PYSITELIB}/notebook/static/components/codemirror/mode/python/python.js 
1149${PYSITELIB}/notebook/static/components/codemirror/mode/q/q.js 
1150${PYSITELIB}/notebook/static/components/codemirror/mode/r/r.js 
1151${PYSITELIB}/notebook/static/components/codemirror/mode/rpm/rpm.js 
1152${PYSITELIB}/notebook/static/components/codemirror/mode/rst/rst.js 
1153${PYSITELIB}/notebook/static/components/codemirror/mode/ruby/ruby.js 
1154${PYSITELIB}/notebook/static/components/codemirror/mode/rust/rust.js 
1155${PYSITELIB}/notebook/static/components/codemirror/mode/sas/sas.js 
1156${PYSITELIB}/notebook/static/components/codemirror/mode/sass/sass.js 
1157${PYSITELIB}/notebook/static/components/codemirror/mode/scheme/scheme.js 
1158${PYSITELIB}/notebook/static/components/codemirror/mode/shell/shell.js 
1159${PYSITELIB}/notebook/static/components/codemirror/mode/sieve/sieve.js 
1160${PYSITELIB}/notebook/static/components/codemirror/mode/slim/slim.js 
1161${PYSITELIB}/notebook/static/components/codemirror/mode/smalltalk/smalltalk.js 
1162${PYSITELIB}/notebook/static/components/codemirror/mode/smarty/smarty.js 
1163${PYSITELIB}/notebook/static/components/codemirror/mode/solr/solr.js 
1164${PYSITELIB}/notebook/static/components/codemirror/mode/soy/soy.js 
1165${PYSITELIB}/notebook/static/components/codemirror/mode/sparql/sparql.js 
1166${PYSITELIB}/notebook/static/components/codemirror/mode/spreadsheet/spreadsheet.js 
1167${PYSITELIB}/notebook/static/components/codemirror/mode/sql/sql.js 
1168${PYSITELIB}/notebook/static/components/codemirror/mode/stex/stex.js 
1169${PYSITELIB}/notebook/static/components/codemirror/mode/stylus/stylus.js 
1170${PYSITELIB}/notebook/static/components/codemirror/mode/swift/swift.js 
1171${PYSITELIB}/notebook/static/components/codemirror/mode/tcl/tcl.js 
1172${PYSITELIB}/notebook/static/components/codemirror/mode/textile/textile.js 
1173${PYSITELIB}/notebook/static/components/codemirror/mode/tiddlywiki/tiddlywiki.css 
1174${PYSITELIB}/notebook/static/components/codemirror/mode/tiddlywiki/tiddlywiki.js 
1175${PYSITELIB}/notebook/static/components/codemirror/mode/tiki/tiki.css 
1176${PYSITELIB}/notebook/static/components/codemirror/mode/tiki/tiki.js 
1177${PYSITELIB}/notebook/static/components/codemirror/mode/toml/toml.js 
1178${PYSITELIB}/notebook/static/components/codemirror/mode/tornado/tornado.js 
1179${PYSITELIB}/notebook/static/components/codemirror/mode/troff/troff.js 
1180${PYSITELIB}/notebook/static/components/codemirror/mode/ttcn-cfg/ttcn-cfg.js 
1181${PYSITELIB}/notebook/static/components/codemirror/mode/ttcn/ttcn.js 
1182${PYSITELIB}/notebook/static/components/codemirror/mode/turtle/turtle.js 
1183${PYSITELIB}/notebook/static/components/codemirror/mode/twig/twig.js 
1184${PYSITELIB}/notebook/static/components/codemirror/mode/vb/vb.js 
1185${PYSITELIB}/notebook/static/components/codemirror/mode/vbscript/vbscript.js 
1186${PYSITELIB}/notebook/static/components/codemirror/mode/velocity/velocity.js 
1187${PYSITELIB}/notebook/static/components/codemirror/mode/verilog/verilog.js 
1188${PYSITELIB}/notebook/static/components/codemirror/mode/vhdl/vhdl.js 
1189${PYSITELIB}/notebook/static/components/codemirror/mode/vue/vue.js 
1190${PYSITELIB}/notebook/static/components/codemirror/mode/wast/wast.js 
1191${PYSITELIB}/notebook/static/components/codemirror/mode/webidl/webidl.js 
1192${PYSITELIB}/notebook/static/components/codemirror/mode/xml/xml.js 
1193${PYSITELIB}/notebook/static/components/codemirror/mode/xquery/xquery.js 
1194${PYSITELIB}/notebook/static/components/codemirror/mode/yacas/yacas.js 
1195${PYSITELIB}/notebook/static/components/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js 
1196${PYSITELIB}/notebook/static/components/codemirror/mode/yaml/yaml.js 
1197${PYSITELIB}/notebook/static/components/codemirror/mode/z80/z80.js 
1198${PYSITELIB}/notebook/static/components/codemirror/rollup.config.js 
1199${PYSITELIB}/notebook/static/components/codemirror/src/addon/runmode/codemirror-standalone.js 
1200${PYSITELIB}/notebook/static/components/codemirror/src/addon/runmode/codemirror.node.js 
1201${PYSITELIB}/notebook/static/components/codemirror/src/addon/runmode/runmode-standalone.js 
1202${PYSITELIB}/notebook/static/components/codemirror/src/addon/runmode/runmode.node.js 
1203${PYSITELIB}/notebook/static/components/codemirror/src/codemirror.js 
1204${PYSITELIB}/notebook/static/components/codemirror/src/display/Display.js 
1205${PYSITELIB}/notebook/static/components/codemirror/src/display/focus.js 
1206${PYSITELIB}/notebook/static/components/codemirror/src/display/gutters.js 
1207${PYSITELIB}/notebook/static/components/codemirror/src/display/highlight_worker.js 
1208${PYSITELIB}/notebook/static/components/codemirror/src/display/line_numbers.js 
1209${PYSITELIB}/notebook/static/components/codemirror/src/display/mode_state.js 
1210${PYSITELIB}/notebook/static/components/codemirror/src/display/operations.js 
1211${PYSITELIB}/notebook/static/components/codemirror/src/display/scroll_events.js 
1212${PYSITELIB}/notebook/static/components/codemirror/src/display/scrollbars.js 
1213${PYSITELIB}/notebook/static/components/codemirror/src/display/scrolling.js 
1214${PYSITELIB}/notebook/static/components/codemirror/src/display/selection.js 
1215${PYSITELIB}/notebook/static/components/codemirror/src/display/update_display.js 
1216${PYSITELIB}/notebook/static/components/codemirror/src/display/update_line.js 
1217${PYSITELIB}/notebook/static/components/codemirror/src/display/update_lines.js 
1218${PYSITELIB}/notebook/static/components/codemirror/src/display/view_tracking.js 
1219${PYSITELIB}/notebook/static/components/codemirror/src/edit/CodeMirror.js 
1220${PYSITELIB}/notebook/static/components/codemirror/src/edit/commands.js 
1221${PYSITELIB}/notebook/static/components/codemirror/src/edit/deleteNearSelection.js 
1222${PYSITELIB}/notebook/static/components/codemirror/src/edit/drop_events.js 
1223${PYSITELIB}/notebook/static/components/codemirror/src/edit/fromTextArea.js 
1224${PYSITELIB}/notebook/static/components/codemirror/src/edit/global_events.js 
1225${PYSITELIB}/notebook/static/components/codemirror/src/edit/key_events.js 
1226${PYSITELIB}/notebook/static/components/codemirror/src/edit/legacy.js 
1227${PYSITELIB}/notebook/static/components/codemirror/src/edit/main.js 
1228${PYSITELIB}/notebook/static/components/codemirror/src/edit/methods.js 
1229${PYSITELIB}/notebook/static/components/codemirror/src/edit/mouse_events.js 
1230${PYSITELIB}/notebook/static/components/codemirror/src/edit/options.js 
1231${PYSITELIB}/notebook/static/components/codemirror/src/edit/utils.js 
1232${PYSITELIB}/notebook/static/components/codemirror/src/input/ContentEditableInput.js 
1233${PYSITELIB}/notebook/static/components/codemirror/src/input/TextareaInput.js 
1234${PYSITELIB}/notebook/static/components/codemirror/src/input/indent.js 
1235${PYSITELIB}/notebook/static/components/codemirror/src/input/input.js 
1236${PYSITELIB}/notebook/static/components/codemirror/src/input/keymap.js 
1237${PYSITELIB}/notebook/static/components/codemirror/src/input/keynames.js 
1238${PYSITELIB}/notebook/static/components/codemirror/src/input/movement.js 
1239${PYSITELIB}/notebook/static/components/codemirror/src/line/highlight.js 
1240${PYSITELIB}/notebook/static/components/codemirror/src/line/line_data.js 
1241${PYSITELIB}/notebook/static/components/codemirror/src/line/pos.js 
1242${PYSITELIB}/notebook/static/components/codemirror/src/line/saw_special_spans.js 
1243${PYSITELIB}/notebook/static/components/codemirror/src/line/spans.js 
1244${PYSITELIB}/notebook/static/components/codemirror/src/line/utils_line.js 
1245${PYSITELIB}/notebook/static/components/codemirror/src/measurement/position_measurement.js 
1246${PYSITELIB}/notebook/static/components/codemirror/src/measurement/widgets.js 
1247${PYSITELIB}/notebook/static/components/codemirror/src/model/Doc.js 
1248${PYSITELIB}/notebook/static/components/codemirror/src/model/change_measurement.js 
1249${PYSITELIB}/notebook/static/components/codemirror/src/model/changes.js 
1250${PYSITELIB}/notebook/static/components/codemirror/src/model/chunk.js 
1251${PYSITELIB}/notebook/static/components/codemirror/src/model/document_data.js 
1252${PYSITELIB}/notebook/static/components/codemirror/src/model/history.js 
1253${PYSITELIB}/notebook/static/components/codemirror/src/model/line_widget.js 
1254${PYSITELIB}/notebook/static/components/codemirror/src/model/mark_text.js 
1255${PYSITELIB}/notebook/static/components/codemirror/src/model/selection.js 
1256${PYSITELIB}/notebook/static/components/codemirror/src/model/selection_updates.js 
1257${PYSITELIB}/notebook/static/components/codemirror/src/modes.js 
1258${PYSITELIB}/notebook/static/components/codemirror/src/util/StringStream.js 
1259${PYSITELIB}/notebook/static/components/codemirror/src/util/bidi.js 
1260${PYSITELIB}/notebook/static/components/codemirror/src/util/browser.js 
1261${PYSITELIB}/notebook/static/components/codemirror/src/util/dom.js 
1262${PYSITELIB}/notebook/static/components/codemirror/src/util/event.js 
1263${PYSITELIB}/notebook/static/components/codemirror/src/util/feature_detection.js 
1264${PYSITELIB}/notebook/static/components/codemirror/src/util/misc.js 
1265${PYSITELIB}/notebook/static/components/codemirror/src/util/operation_group.js 
1266${PYSITELIB}/notebook/static/components/codemirror/theme/3024-day.css 
1267${PYSITELIB}/notebook/static/components/codemirror/theme/3024-night.css 
1268${PYSITELIB}/notebook/static/components/codemirror/theme/abcdef.css 
1269${PYSITELIB}/notebook/static/components/codemirror/theme/ambiance-mobile.css 
1270${PYSITELIB}/notebook/static/components/codemirror/theme/ambiance.css 
1271${PYSITELIB}/notebook/static/components/codemirror/theme/ayu-dark.css 
1272${PYSITELIB}/notebook/static/components/codemirror/theme/ayu-mirage.css 
1273${PYSITELIB}/notebook/static/components/codemirror/theme/base16-dark.css 
1274${PYSITELIB}/notebook/static/components/codemirror/theme/base16-light.css 
1275${PYSITELIB}/notebook/static/components/codemirror/theme/bespin.css 
1276${PYSITELIB}/notebook/static/components/codemirror/theme/blackboard.css 
1277${PYSITELIB}/notebook/static/components/codemirror/theme/cobalt.css 
1278${PYSITELIB}/notebook/static/components/codemirror/theme/colorforth.css 
1279${PYSITELIB}/notebook/static/components/codemirror/theme/darcula.css 
1280${PYSITELIB}/notebook/static/components/codemirror/theme/dracula.css 
1281${PYSITELIB}/notebook/static/components/codemirror/theme/duotone-dark.css 
1282${PYSITELIB}/notebook/static/components/codemirror/theme/duotone-light.css 
1283${PYSITELIB}/notebook/static/components/codemirror/theme/eclipse.css 
1284${PYSITELIB}/notebook/static/components/codemirror/theme/elegant.css 
1285${PYSITELIB}/notebook/static/components/codemirror/theme/erlang-dark.css 
1286${PYSITELIB}/notebook/static/components/codemirror/theme/gruvbox-dark.css 
1287${PYSITELIB}/notebook/static/components/codemirror/theme/hopscotch.css 
1288${PYSITELIB}/notebook/static/components/codemirror/theme/icecoder.css 
1289${PYSITELIB}/notebook/static/components/codemirror/theme/idea.css 
1290${PYSITELIB}/notebook/static/components/codemirror/theme/isotope.css 
1291${PYSITELIB}/notebook/static/components/codemirror/theme/lesser-dark.css 
1292${PYSITELIB}/notebook/static/components/codemirror/theme/liquibyte.css 
1293${PYSITELIB}/notebook/static/components/codemirror/theme/lucario.css 
1294${PYSITELIB}/notebook/static/components/codemirror/theme/material-darker.css 
1295${PYSITELIB}/notebook/static/components/codemirror/theme/material-ocean.css 
1296${PYSITELIB}/notebook/static/components/codemirror/theme/material-palenight.css 
1297${PYSITELIB}/notebook/static/components/codemirror/theme/material.css 
1298${PYSITELIB}/notebook/static/components/codemirror/theme/mbo.css 
1299${PYSITELIB}/notebook/static/components/codemirror/theme/mdn-like.css 
1300${PYSITELIB}/notebook/static/components/codemirror/theme/midnight.css 
1301${PYSITELIB}/notebook/static/components/codemirror/theme/monokai.css 
1302${PYSITELIB}/notebook/static/components/codemirror/theme/moxer.css 
1303${PYSITELIB}/notebook/static/components/codemirror/theme/neat.css 
1304${PYSITELIB}/notebook/static/components/codemirror/theme/neo.css 
1305${PYSITELIB}/notebook/static/components/codemirror/theme/night.css 
1306${PYSITELIB}/notebook/static/components/codemirror/theme/nord.css 
1307${PYSITELIB}/notebook/static/components/codemirror/theme/oceanic-next.css 
1308${PYSITELIB}/notebook/static/components/codemirror/theme/panda-syntax.css 
1309${PYSITELIB}/notebook/static/components/codemirror/theme/paraiso-dark.css 
1310${PYSITELIB}/notebook/static/components/codemirror/theme/paraiso-light.css 
1311${PYSITELIB}/notebook/static/components/codemirror/theme/pastel-on-dark.css 
1312${PYSITELIB}/notebook/static/components/codemirror/theme/railscasts.css 
1313${PYSITELIB}/notebook/static/components/codemirror/theme/rubyblue.css 
1314${PYSITELIB}/notebook/static/components/codemirror/theme/seti.css 
1315${PYSITELIB}/notebook/static/components/codemirror/theme/shadowfox.css 
1316${PYSITELIB}/notebook/static/components/codemirror/theme/solarized.css 
1317${PYSITELIB}/notebook/static/components/codemirror/theme/ssms.css 
1318${PYSITELIB}/notebook/static/components/codemirror/theme/the-matrix.css 
1319${PYSITELIB}/notebook/static/components/codemirror/theme/tomorrow-night-bright.css 
1320${PYSITELIB}/notebook/static/components/codemirror/theme/tomorrow-night-eighties.css 
1321${PYSITELIB}/notebook/static/components/codemirror/theme/ttcn.css 
1322${PYSITELIB}/notebook/static/components/codemirror/theme/twilight.css 
1323${PYSITELIB}/notebook/static/components/codemirror/theme/vibrant-ink.css 
1324${PYSITELIB}/notebook/static/components/codemirror/theme/xq-dark.css 
1325${PYSITELIB}/notebook/static/components/codemirror/theme/xq-light.css 
1326${PYSITELIB}/notebook/static/components/codemirror/theme/yeti.css 
1327${PYSITELIB}/notebook/static/components/codemirror/theme/yonce.css 
1328${PYSITELIB}/notebook/static/components/codemirror/theme/zenburn.css 
1329${PYSITELIB}/notebook/static/components/create-react-class/index.js 
1330${PYSITELIB}/notebook/static/components/es6-promise/promise.js 
1331${PYSITELIB}/notebook/static/components/es6-promise/promise.min.js 
1332${PYSITELIB}/notebook/static/components/font-awesome/css/font-awesome.css 
1333${PYSITELIB}/notebook/static/components/font-awesome/css/font-awesome.min.css 
1334${PYSITELIB}/notebook/static/components/font-awesome/fonts/FontAwesome.otf 
1335${PYSITELIB}/notebook/static/components/font-awesome/fonts/fontawesome-webfont.eot 
1336${PYSITELIB}/notebook/static/components/font-awesome/fonts/fontawesome-webfont.svg 
1337${PYSITELIB}/notebook/static/components/font-awesome/fonts/fontawesome-webfont.ttf 
1338${PYSITELIB}/notebook/static/components/font-awesome/fonts/fontawesome-webfont.woff 
1339${PYSITELIB}/notebook/static/components/font-awesome/fonts/fontawesome-webfont.woff2 
1340${PYSITELIB}/notebook/static/components/google-caja/html-css-sanitizer-minified.js 
1341${PYSITELIB}/notebook/static/components/jed/jed.js 
1342${PYSITELIB}/notebook/static/components/jquery-typeahead/dist/jquery.typeahead.min.css 
1343${PYSITELIB}/notebook/static/components/jquery-typeahead/dist/jquery.typeahead.min.js 
1344${PYSITELIB}/notebook/static/components/jquery-ui/jquery-ui.min.js 
1345${PYSITELIB}/notebook/static/components/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png 
1346${PYSITELIB}/notebook/static/components/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png 
1347${PYSITELIB}/notebook/static/components/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png 
1348${PYSITELIB}/notebook/static/components/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png 
1349${PYSITELIB}/notebook/static/components/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png 
1350${PYSITELIB}/notebook/static/components/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png 
1351${PYSITELIB}/notebook/static/components/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png 
1352${PYSITELIB}/notebook/static/components/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png 
1353${PYSITELIB}/notebook/static/components/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png 
1354${PYSITELIB}/notebook/static/components/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png 
1355${PYSITELIB}/notebook/static/components/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png 
1356${PYSITELIB}/notebook/static/components/jquery-ui/themes/smoothness/jquery-ui.min.css 
1357${PYSITELIB}/notebook/static/components/jquery/jquery.min.js 
1358${PYSITELIB}/notebook/static/components/marked/lib/marked.js 
1359${PYSITELIB}/notebook/static/components/moment/min/locales.js 
1360${PYSITELIB}/notebook/static/components/moment/min/locales.min.js 
1361${PYSITELIB}/notebook/static/components/moment/min/moment-with-locales.js 
1362${PYSITELIB}/notebook/static/components/moment/min/moment-with-locales.min.js 
1363${PYSITELIB}/notebook/static/components/moment/min/moment.min.js 
1364${PYSITELIB}/notebook/static/components/moment/moment.js 
1365${PYSITELIB}/notebook/static/components/react/react-dom.production.min.js 
1366${PYSITELIB}/notebook/static/components/react/react.production.min.js 
1367${PYSITELIB}/notebook/static/components/requirejs-plugins/src/json.js 
1368${PYSITELIB}/notebook/static/components/requirejs-text/text.js 
1369${PYSITELIB}/notebook/static/components/requirejs/require.js 
1370${PYSITELIB}/notebook/static/components/sanitizer/index.js 
1371${PYSITELIB}/notebook/static/components/text-encoding/lib/encoding.js 
1372${PYSITELIB}/notebook/static/components/underscore/underscore-min.js 
1373${PYSITELIB}/notebook/static/components/xterm.js-css/index.css 
1374${PYSITELIB}/notebook/static/components/xterm.js-fit/index.js 
1375${PYSITELIB}/notebook/static/components/xterm.js/index.js 
1376${PYSITELIB}/notebook/static/custom/custom.css 
1377${PYSITELIB}/notebook/static/custom/custom.js 
1378${PYSITELIB}/notebook/static/edit/js/editor.js 
1379${PYSITELIB}/notebook/static/edit/js/main.js 
1380${PYSITELIB}/notebook/static/edit/js/main.min.js 
1381${PYSITELIB}/notebook/static/edit/js/main.min.js.map 
1382${PYSITELIB}/notebook/static/edit/js/menubar.js 
1383${PYSITELIB}/notebook/static/edit/js/notificationarea.js 
1384${PYSITELIB}/notebook/static/edit/js/savewidget.js 
1385${PYSITELIB}/notebook/static/favicon.ico 
1386${PYSITELIB}/notebook/static/notebook/css/override.css 
1387${PYSITELIB}/notebook/static/notebook/js/about.js 
1388${PYSITELIB}/notebook/static/notebook/js/actions.js 
1389${PYSITELIB}/notebook/static/notebook/js/cell.js 
1390${PYSITELIB}/notebook/static/notebook/js/celltoolbar.js 
1391${PYSITELIB}/notebook/static/notebook/js/celltoolbarpresets/attachments.js 
1392${PYSITELIB}/notebook/static/notebook/js/celltoolbarpresets/default.js 
1393${PYSITELIB}/notebook/static/notebook/js/celltoolbarpresets/example.js 
1394${PYSITELIB}/notebook/static/notebook/js/celltoolbarpresets/rawcell.js 
1395${PYSITELIB}/notebook/static/notebook/js/celltoolbarpresets/slideshow.js 
1396${PYSITELIB}/notebook/static/notebook/js/celltoolbarpresets/tags.js 
1397${PYSITELIB}/notebook/static/notebook/js/clipboard.js 
1398${PYSITELIB}/notebook/static/notebook/js/codecell.js 
1399${PYSITELIB}/notebook/static/notebook/js/codemirror-ipython.js 
1400${PYSITELIB}/notebook/static/notebook/js/codemirror-ipythongfm.js 
1401${PYSITELIB}/notebook/static/notebook/js/commandpalette.js 
1402${PYSITELIB}/notebook/static/notebook/js/completer.js 
1403${PYSITELIB}/notebook/static/notebook/js/contexthint.js 
1404${PYSITELIB}/notebook/static/notebook/js/kernelselector.js 
1405${PYSITELIB}/notebook/static/notebook/js/keyboardmanager.js 
1406${PYSITELIB}/notebook/static/notebook/js/main.js 
1407${PYSITELIB}/notebook/static/notebook/js/main.min.js 
1408${PYSITELIB}/notebook/static/notebook/js/main.min.js.map 
1409${PYSITELIB}/notebook/static/notebook/js/maintoolbar.js 
1410${PYSITELIB}/notebook/static/notebook/js/mathjaxutils.js 
1411${PYSITELIB}/notebook/static/notebook/js/menubar.js 
1412${PYSITELIB}/notebook/static/notebook/js/notebook.js 
1413${PYSITELIB}/notebook/static/notebook/js/notificationarea.js 
1414${PYSITELIB}/notebook/static/notebook/js/outputarea.js 
1415${PYSITELIB}/notebook/static/notebook/js/pager.js 
1416${PYSITELIB}/notebook/static/notebook/js/promises.js 
1417${PYSITELIB}/notebook/static/notebook/js/quickhelp.js 
1418${PYSITELIB}/notebook/static/notebook/js/savewidget.js 
1419${PYSITELIB}/notebook/static/notebook/js/scrollmanager.js 
1420${PYSITELIB}/notebook/static/notebook/js/searchandreplace.js 
1421${PYSITELIB}/notebook/static/notebook/js/shortcuteditor.js 
1422${PYSITELIB}/notebook/static/notebook/js/textcell.js 
1423${PYSITELIB}/notebook/static/notebook/js/toolbar.js 
1424${PYSITELIB}/notebook/static/notebook/js/tooltip.js 
1425${PYSITELIB}/notebook/static/notebook/js/tour.js 
1426${PYSITELIB}/notebook/static/robots.txt 
1427${PYSITELIB}/notebook/static/services/config.js 
1428${PYSITELIB}/notebook/static/services/contents.js 
1429${PYSITELIB}/notebook/static/services/kernels/comm.js 
1430${PYSITELIB}/notebook/static/services/kernels/kernel.js 
1431${PYSITELIB}/notebook/static/services/kernels/serialize.js 
1432${PYSITELIB}/notebook/static/services/sessions/session.js 
1433${PYSITELIB}/notebook/static/style/ipython.less 
1434${PYSITELIB}/notebook/static/style/ipython.min.css 
1435${PYSITELIB}/notebook/static/style/ipython.min.css.map 
1436${PYSITELIB}/notebook/static/style/style.less 
1437${PYSITELIB}/notebook/static/style/style.min.css 
1438${PYSITELIB}/notebook/static/style/style.min.css.map 
1439${PYSITELIB}/notebook/static/terminal/css/override.css 
1440${PYSITELIB}/notebook/static/terminal/js/main.js 
1441${PYSITELIB}/notebook/static/terminal/js/main.min.js 
1442${PYSITELIB}/notebook/static/terminal/js/main.min.js.map 
1443${PYSITELIB}/notebook/static/terminal/js/terminado.js 
1444${PYSITELIB}/notebook/static/tree/js/kernellist.js 
1445${PYSITELIB}/notebook/static/tree/js/main.js 
1446${PYSITELIB}/notebook/static/tree/js/main.min.js 
1447${PYSITELIB}/notebook/static/tree/js/main.min.js.map 
1448${PYSITELIB}/notebook/static/tree/js/newnotebook.js 
1449${PYSITELIB}/notebook/static/tree/js/notebooklist.js 
1450${PYSITELIB}/notebook/static/tree/js/sessionlist.js 
1451${PYSITELIB}/notebook/static/tree/js/shutdownbutton.js 
1452${PYSITELIB}/notebook/static/tree/js/terminallist.js 
1453${PYSITELIB}/notebook/templates/404.html 342${PYSITELIB}/notebook/templates/404.html
1454${PYSITELIB}/notebook/templates/browser-open.html 343${PYSITELIB}/notebook/templates/browser-open.html
1455${PYSITELIB}/notebook/templates/edit.html 344${PYSITELIB}/notebook/templates/edit.html
1456${PYSITELIB}/notebook/templates/error.html 345${PYSITELIB}/notebook/templates/error.html
1457${PYSITELIB}/notebook/templates/login.html 346${PYSITELIB}/notebook/templates/login.html
1458${PYSITELIB}/notebook/templates/logout.html 347${PYSITELIB}/notebook/templates/logout.html
1459${PYSITELIB}/notebook/templates/notebook.html 348${PYSITELIB}/notebook/templates/notebook.html
1460${PYSITELIB}/notebook/templates/page.html 349${PYSITELIB}/notebook/templates/page.html
1461${PYSITELIB}/notebook/templates/terminal.html 350${PYSITELIB}/notebook/templates/terminal.html
1462${PYSITELIB}/notebook/templates/tree.html 351${PYSITELIB}/notebook/templates/tree.html
1463${PYSITELIB}/notebook/templates/view.html 352${PYSITELIB}/notebook/templates/view.html
1464${PYSITELIB}/notebook/terminal/__init__.py 353${PYSITELIB}/notebook/terminal/__init__.py
1465${PYSITELIB}/notebook/terminal/__init__.pyc 354${PYSITELIB}/notebook/terminal/__init__.pyc
@@ -1472,49 +361,32 @@ ${PYSITELIB}/notebook/terminal/handlers. @@ -1472,49 +361,32 @@ ${PYSITELIB}/notebook/terminal/handlers.
1472${PYSITELIB}/notebook/terminal/handlers.pyo 361${PYSITELIB}/notebook/terminal/handlers.pyo
1473${PYSITELIB}/notebook/terminal/terminalmanager.py 362${PYSITELIB}/notebook/terminal/terminalmanager.py
1474${PYSITELIB}/notebook/terminal/terminalmanager.pyc 363${PYSITELIB}/notebook/terminal/terminalmanager.pyc
1475${PYSITELIB}/notebook/terminal/terminalmanager.pyo 364${PYSITELIB}/notebook/terminal/terminalmanager.pyo
1476${PYSITELIB}/notebook/terminal/tests/__init__.py 365${PYSITELIB}/notebook/terminal/tests/__init__.py
1477${PYSITELIB}/notebook/terminal/tests/__init__.pyc 366${PYSITELIB}/notebook/terminal/tests/__init__.pyc
1478${PYSITELIB}/notebook/terminal/tests/__init__.pyo 367${PYSITELIB}/notebook/terminal/tests/__init__.pyo
1479${PYSITELIB}/notebook/terminal/tests/test_terminals_api.py 368${PYSITELIB}/notebook/terminal/tests/test_terminals_api.py
1480${PYSITELIB}/notebook/terminal/tests/test_terminals_api.pyc 369${PYSITELIB}/notebook/terminal/tests/test_terminals_api.pyc
1481${PYSITELIB}/notebook/terminal/tests/test_terminals_api.pyo 370${PYSITELIB}/notebook/terminal/tests/test_terminals_api.pyo
1482${PYSITELIB}/notebook/tests/__init__.py 371${PYSITELIB}/notebook/tests/__init__.py
1483${PYSITELIB}/notebook/tests/__init__.pyc 372${PYSITELIB}/notebook/tests/__init__.pyc
1484${PYSITELIB}/notebook/tests/__init__.pyo 373${PYSITELIB}/notebook/tests/__init__.pyo
1485${PYSITELIB}/notebook/tests/base/highlight.js 
1486${PYSITELIB}/notebook/tests/base/keyboard.js 
1487${PYSITELIB}/notebook/tests/base/misc.js 
1488${PYSITELIB}/notebook/tests/base/security.js 
1489${PYSITELIB}/notebook/tests/base/utils.js 
1490${PYSITELIB}/notebook/tests/conftest.py 374${PYSITELIB}/notebook/tests/conftest.py
1491${PYSITELIB}/notebook/tests/conftest.pyc 375${PYSITELIB}/notebook/tests/conftest.pyc
1492${PYSITELIB}/notebook/tests/conftest.pyo 376${PYSITELIB}/notebook/tests/conftest.pyo
1493${PYSITELIB}/notebook/tests/launchnotebook.py 377${PYSITELIB}/notebook/tests/launchnotebook.py
1494${PYSITELIB}/notebook/tests/launchnotebook.pyc 378${PYSITELIB}/notebook/tests/launchnotebook.pyc
1495${PYSITELIB}/notebook/tests/launchnotebook.pyo 379${PYSITELIB}/notebook/tests/launchnotebook.pyo
1496${PYSITELIB}/notebook/tests/mockextension/index.js 
1497${PYSITELIB}/notebook/tests/notebook/attachments.js 
1498${PYSITELIB}/notebook/tests/notebook/display_id.js 
1499${PYSITELIB}/notebook/tests/notebook/dualmode.js 
1500${PYSITELIB}/notebook/tests/notebook/dualmode_merge.js 
1501${PYSITELIB}/notebook/tests/notebook/execute_selected_cells.js 
1502${PYSITELIB}/notebook/tests/notebook/inject_js.js 
1503${PYSITELIB}/notebook/tests/notebook/markdown.js 
1504${PYSITELIB}/notebook/tests/notebook/output.js 
1505${PYSITELIB}/notebook/tests/notebook/roundtrip.js 
1506${PYSITELIB}/notebook/tests/notebook/safe_append_output.js 
1507${PYSITELIB}/notebook/tests/notebook/tags.js 
1508${PYSITELIB}/notebook/tests/selenium/__init__.py 380${PYSITELIB}/notebook/tests/selenium/__init__.py
1509${PYSITELIB}/notebook/tests/selenium/__init__.pyc 381${PYSITELIB}/notebook/tests/selenium/__init__.pyc
1510${PYSITELIB}/notebook/tests/selenium/__init__.pyo 382${PYSITELIB}/notebook/tests/selenium/__init__.pyo
1511${PYSITELIB}/notebook/tests/selenium/conftest.py 383${PYSITELIB}/notebook/tests/selenium/conftest.py
1512${PYSITELIB}/notebook/tests/selenium/conftest.pyc 384${PYSITELIB}/notebook/tests/selenium/conftest.pyc
1513${PYSITELIB}/notebook/tests/selenium/conftest.pyo 385${PYSITELIB}/notebook/tests/selenium/conftest.pyo
1514${PYSITELIB}/notebook/tests/selenium/quick_selenium.py 386${PYSITELIB}/notebook/tests/selenium/quick_selenium.py
1515${PYSITELIB}/notebook/tests/selenium/quick_selenium.pyc 387${PYSITELIB}/notebook/tests/selenium/quick_selenium.pyc
1516${PYSITELIB}/notebook/tests/selenium/quick_selenium.pyo 388${PYSITELIB}/notebook/tests/selenium/quick_selenium.pyo
1517${PYSITELIB}/notebook/tests/selenium/test_buffering.py 389${PYSITELIB}/notebook/tests/selenium/test_buffering.py
1518${PYSITELIB}/notebook/tests/selenium/test_buffering.pyc 390${PYSITELIB}/notebook/tests/selenium/test_buffering.pyc
1519${PYSITELIB}/notebook/tests/selenium/test_buffering.pyo 391${PYSITELIB}/notebook/tests/selenium/test_buffering.pyo
1520${PYSITELIB}/notebook/tests/selenium/test_clipboard_multiselect.py 392${PYSITELIB}/notebook/tests/selenium/test_clipboard_multiselect.py
@@ -1591,29 +463,26 @@ ${PYSITELIB}/notebook/tests/selenium/tes @@ -1591,29 +463,26 @@ ${PYSITELIB}/notebook/tests/selenium/tes
1591${PYSITELIB}/notebook/tests/selenium/test_save_as_notebook.pyo 463${PYSITELIB}/notebook/tests/selenium/test_save_as_notebook.pyo
1592${PYSITELIB}/notebook/tests/selenium/test_save_readonly_as.py 464${PYSITELIB}/notebook/tests/selenium/test_save_readonly_as.py
1593${PYSITELIB}/notebook/tests/selenium/test_save_readonly_as.pyc 465${PYSITELIB}/notebook/tests/selenium/test_save_readonly_as.pyc
1594${PYSITELIB}/notebook/tests/selenium/test_save_readonly_as.pyo 466${PYSITELIB}/notebook/tests/selenium/test_save_readonly_as.pyo
1595${PYSITELIB}/notebook/tests/selenium/test_shutdown.py 467${PYSITELIB}/notebook/tests/selenium/test_shutdown.py
1596${PYSITELIB}/notebook/tests/selenium/test_shutdown.pyc 468${PYSITELIB}/notebook/tests/selenium/test_shutdown.pyc
1597${PYSITELIB}/notebook/tests/selenium/test_shutdown.pyo 469${PYSITELIB}/notebook/tests/selenium/test_shutdown.pyo
1598${PYSITELIB}/notebook/tests/selenium/test_undelete.py 470${PYSITELIB}/notebook/tests/selenium/test_undelete.py
1599${PYSITELIB}/notebook/tests/selenium/test_undelete.pyc 471${PYSITELIB}/notebook/tests/selenium/test_undelete.pyc
1600${PYSITELIB}/notebook/tests/selenium/test_undelete.pyo 472${PYSITELIB}/notebook/tests/selenium/test_undelete.pyo
1601${PYSITELIB}/notebook/tests/selenium/utils.py 473${PYSITELIB}/notebook/tests/selenium/utils.py
1602${PYSITELIB}/notebook/tests/selenium/utils.pyc 474${PYSITELIB}/notebook/tests/selenium/utils.pyc
1603${PYSITELIB}/notebook/tests/selenium/utils.pyo 475${PYSITELIB}/notebook/tests/selenium/utils.pyo
1604${PYSITELIB}/notebook/tests/services/kernel.js 
1605${PYSITELIB}/notebook/tests/services/serialize.js 
1606${PYSITELIB}/notebook/tests/services/session.js 
1607${PYSITELIB}/notebook/tests/test_config_manager.py 476${PYSITELIB}/notebook/tests/test_config_manager.py
1608${PYSITELIB}/notebook/tests/test_config_manager.pyc 477${PYSITELIB}/notebook/tests/test_config_manager.pyc
1609${PYSITELIB}/notebook/tests/test_config_manager.pyo 478${PYSITELIB}/notebook/tests/test_config_manager.pyo
1610${PYSITELIB}/notebook/tests/test_files.py 479${PYSITELIB}/notebook/tests/test_files.py
1611${PYSITELIB}/notebook/tests/test_files.pyc 480${PYSITELIB}/notebook/tests/test_files.pyc
1612${PYSITELIB}/notebook/tests/test_files.pyo 481${PYSITELIB}/notebook/tests/test_files.pyo
1613${PYSITELIB}/notebook/tests/test_gateway.py 482${PYSITELIB}/notebook/tests/test_gateway.py
1614${PYSITELIB}/notebook/tests/test_gateway.pyc 483${PYSITELIB}/notebook/tests/test_gateway.pyc
1615${PYSITELIB}/notebook/tests/test_gateway.pyo 484${PYSITELIB}/notebook/tests/test_gateway.pyo
1616${PYSITELIB}/notebook/tests/test_i18n.py 485${PYSITELIB}/notebook/tests/test_i18n.py
1617${PYSITELIB}/notebook/tests/test_i18n.pyc 486${PYSITELIB}/notebook/tests/test_i18n.pyc
1618${PYSITELIB}/notebook/tests/test_i18n.pyo 487${PYSITELIB}/notebook/tests/test_i18n.pyo
1619${PYSITELIB}/notebook/tests/test_log.py 488${PYSITELIB}/notebook/tests/test_log.py
@@ -1633,27 +502,26 @@ ${PYSITELIB}/notebook/tests/test_paths.p @@ -1633,27 +502,26 @@ ${PYSITELIB}/notebook/tests/test_paths.p
1633${PYSITELIB}/notebook/tests/test_paths.pyo 502${PYSITELIB}/notebook/tests/test_paths.pyo
1634${PYSITELIB}/notebook/tests/test_serialize.py 503${PYSITELIB}/notebook/tests/test_serialize.py
1635${PYSITELIB}/notebook/tests/test_serialize.pyc 504${PYSITELIB}/notebook/tests/test_serialize.pyc
1636${PYSITELIB}/notebook/tests/test_serialize.pyo 505${PYSITELIB}/notebook/tests/test_serialize.pyo
1637${PYSITELIB}/notebook/tests/test_serverextensions.py 506${PYSITELIB}/notebook/tests/test_serverextensions.py
1638${PYSITELIB}/notebook/tests/test_serverextensions.pyc 507${PYSITELIB}/notebook/tests/test_serverextensions.pyc
1639${PYSITELIB}/notebook/tests/test_serverextensions.pyo 508${PYSITELIB}/notebook/tests/test_serverextensions.pyo
1640${PYSITELIB}/notebook/tests/test_traittypes.py 509${PYSITELIB}/notebook/tests/test_traittypes.py
1641${PYSITELIB}/notebook/tests/test_traittypes.pyc 510${PYSITELIB}/notebook/tests/test_traittypes.pyc
1642${PYSITELIB}/notebook/tests/test_traittypes.pyo 511${PYSITELIB}/notebook/tests/test_traittypes.pyo
1643${PYSITELIB}/notebook/tests/test_utils.py 512${PYSITELIB}/notebook/tests/test_utils.py
1644${PYSITELIB}/notebook/tests/test_utils.pyc 513${PYSITELIB}/notebook/tests/test_utils.pyc
1645${PYSITELIB}/notebook/tests/test_utils.pyo 514${PYSITELIB}/notebook/tests/test_utils.pyo
1646${PYSITELIB}/notebook/tests/util.js 
1647${PYSITELIB}/notebook/traittypes.py 515${PYSITELIB}/notebook/traittypes.py
1648${PYSITELIB}/notebook/traittypes.pyc 516${PYSITELIB}/notebook/traittypes.pyc
1649${PYSITELIB}/notebook/traittypes.pyo 517${PYSITELIB}/notebook/traittypes.pyo
1650${PYSITELIB}/notebook/transutils.py 518${PYSITELIB}/notebook/transutils.py
1651${PYSITELIB}/notebook/transutils.pyc 519${PYSITELIB}/notebook/transutils.pyc
1652${PYSITELIB}/notebook/transutils.pyo 520${PYSITELIB}/notebook/transutils.pyo
1653${PYSITELIB}/notebook/tree/__init__.py 521${PYSITELIB}/notebook/tree/__init__.py
1654${PYSITELIB}/notebook/tree/__init__.pyc 522${PYSITELIB}/notebook/tree/__init__.pyc
1655${PYSITELIB}/notebook/tree/__init__.pyo 523${PYSITELIB}/notebook/tree/__init__.pyo
1656${PYSITELIB}/notebook/tree/handlers.py 524${PYSITELIB}/notebook/tree/handlers.py
1657${PYSITELIB}/notebook/tree/handlers.pyc 525${PYSITELIB}/notebook/tree/handlers.pyc
1658${PYSITELIB}/notebook/tree/handlers.pyo 526${PYSITELIB}/notebook/tree/handlers.pyo
1659${PYSITELIB}/notebook/tree/tests/__init__.py 527${PYSITELIB}/notebook/tree/tests/__init__.py

cvs diff -r1.18 -r1.19 pkgsrc/www/py-notebook/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-notebook/distinfo 2022/04/19 12:14:10 1.18
+++ pkgsrc/www/py-notebook/distinfo 2023/05/05 11:08:50 1.19
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2022/04/19 12:14:10 adam Exp $ 1$NetBSD: distinfo,v 1.19 2023/05/05 11:08:50 adam Exp $
2 2
3BLAKE2s (notebook-6.4.11.tar.gz) = db40001bb031743ad2b43945975c4a285d07efbde8de104bf79c6ab5a14eb746 3BLAKE2s (notebook-6.5.4.tar.gz) = fcc21fcd2bd2dce5dcf3ef6220c31a114d1b3c8967eadf886970c2a14e51bf1e
4SHA512 (notebook-6.4.11.tar.gz) = beabc84e3d528b0786363c705062717378e73aa824ffe6ce8706f6ed765744f40f651bd4e0910d6a0302990f9efcabea1af51c6894106c49869761bcf217084a 4SHA512 (notebook-6.5.4.tar.gz) = 72bf4efa4d553a6265c72e188ad0ee085accbbc05b0af182531c892303149d83f38f6d410f1bcb2c835071f713cb4267d58324b982b4087caabf9b46b8d77cfa
5Size (notebook-6.4.11.tar.gz) = 14373938 bytes 5Size (notebook-6.5.4.tar.gz) = 5785832 bytes