Update to jupyter-notebook-6.0.3
Changelog: https://jupyter-notebook.readthedocs.io/en/stable/changelog.html python3 only now, so drop the FLAVOR. OK kmos@
This commit is contained in:
parent
507ebe4eae
commit
cdd0d98953
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2019/07/12 20:50:47 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2020/02/19 17:16:48 bket Exp $
|
||||
|
||||
COMMENT = web-based notebook for interactive computing
|
||||
|
||||
MODPY_EGG_VERSION = 5.7.8
|
||||
MODPY_EGG_VERSION = 6.0.3
|
||||
DISTNAME = notebook-${MODPY_EGG_VERSION}
|
||||
PKGNAME = jupyter-notebook-${MODPY_EGG_VERSION}
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = www devel
|
||||
|
||||
@ -18,14 +17,12 @@ MODULES = lang/python
|
||||
|
||||
MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
|
||||
|
||||
RUN_DEPENDS = devel/py-ipykernel${MODPY_FLAVOR} \
|
||||
devel/py-ipython_genutils${MODPY_FLAVOR} \
|
||||
devel/py-jupyter_client${MODPY_FLAVOR}>=5.2.0 \
|
||||
devel/py-jupyter_core${MODPY_FLAVOR}>=4.4.0 \
|
||||
devel/py-jupyter_client${MODPY_FLAVOR}>=5.3.4 \
|
||||
devel/py-jupyter_core${MODPY_FLAVOR}>=4.6.1 \
|
||||
devel/py-nbconvert${MODPY_FLAVOR} \
|
||||
devel/py-nbformat${MODPY_FLAVOR} \
|
||||
devel/py-send2trash${MODPY_FLAVOR} \
|
||||
@ -34,7 +31,7 @@ RUN_DEPENDS = devel/py-ipykernel${MODPY_FLAVOR} \
|
||||
sysutils/py-prometheus_client${MODPY_FLAVOR} \
|
||||
www/py-jinja2${MODPY_FLAVOR} \
|
||||
www/py-terminado${MODPY_FLAVOR}>=0.8.1 \
|
||||
www/py-tornado${MODPY_FLAVOR}>=4.1,<7
|
||||
www/py-tornado${MODPY_FLAVOR}>=5.0
|
||||
|
||||
TEST_DEPENDS = devel/py-coverage${MODPY_FLAVOR} \
|
||||
devel/py-nose${MODPY_FLAVOR} \
|
||||
@ -45,20 +42,6 @@ TEST_DEPENDS = devel/py-coverage${MODPY_FLAVOR} \
|
||||
|
||||
# XXX once we have a port of pandoc, we can make docs.
|
||||
|
||||
.if !${FLAVOR:Mpython3}
|
||||
RUN_DEPENDS += devel/py-futures \
|
||||
net/py-ipaddress
|
||||
TEST_DEPENDS += devel/py-mock
|
||||
.else
|
||||
PKGNAME = jupyter-notebook${MODPY_MAJOR_VERSION}-${MODPY_EGG_VERSION}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
mv ${PREFIX}/bin/jupyter-bundlerextension{,${MODPY_BIN_SUFFIX}}
|
||||
mv ${PREFIX}/bin/jupyter-nbextension{,${MODPY_BIN_SUFFIX}}
|
||||
mv ${PREFIX}/bin/jupyter-notebook{,${MODPY_BIN_SUFFIX}}
|
||||
mv ${PREFIX}/bin/jupyter-serverextension{,${MODPY_BIN_SUFFIX}}
|
||||
|
||||
# XXX exclude selenium tests as recommended, and exclude tests that use
|
||||
# send2trash as they error out with "Trashing on system internal mounts is not
|
||||
# supported".
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (notebook-5.7.8.tar.gz) = Vz4K5lDF12sYtuVkum0hvzIdAIR94dIVtBistk8Fbrg=
|
||||
SIZE (notebook-5.7.8.tar.gz) = 13371684
|
||||
SHA256 (notebook-6.0.3.tar.gz) = R6kJKXXJ55Za2gC5og8M9jfQAdtg0kHUefU8C+EXrUg=
|
||||
SIZE (notebook-6.0.3.tar.gz) = 14048151
|
||||
|
@ -1,8 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2019/05/10 11:36:55 bket Exp $
|
||||
bin/jupyter-bundlerextension${MODPY_BIN_SUFFIX}
|
||||
bin/jupyter-nbextension${MODPY_BIN_SUFFIX}
|
||||
bin/jupyter-notebook${MODPY_BIN_SUFFIX}
|
||||
bin/jupyter-serverextension${MODPY_BIN_SUFFIX}
|
||||
@comment $OpenBSD: PLIST,v 1.7 2020/02/19 17:16:48 bket Exp $
|
||||
@conflict jupyter-notebook3-*
|
||||
@pkgpath www/jupyter-notebook,python3
|
||||
bin/jupyter-bundlerextension
|
||||
bin/jupyter-nbextension
|
||||
bin/jupyter-notebook
|
||||
bin/jupyter-serverextension
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
@ -24,7 +26,6 @@ lib/python${MODPY_VERSION}/site-packages/notebook/${MODPY_PYCACHE}config_manager
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/${MODPY_PYCACHE}extensions.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/${MODPY_PYCACHE}jstest.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/${MODPY_PYCACHE}log.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/${MODPY_PYCACHE}metrics.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/${MODPY_PYCACHE}nbextensions.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/${MODPY_PYCACHE}notebookapp.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/${MODPY_PYCACHE}serverextensions.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
@ -109,6 +110,14 @@ ${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/notebook/files/${MODPY_
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/files/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/files/${MODPY_PYCACHE}handlers.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/files/handlers.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/gateway/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/gateway/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/notebook/gateway/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/gateway/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/gateway/${MODPY_PYCACHE}handlers.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/gateway/${MODPY_PYCACHE}managers.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/gateway/handlers.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/gateway/managers.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/i18n/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/i18n/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/notebook/i18n/${MODPY_PYCACHE}/
|
||||
@ -137,7 +146,6 @@ lib/python${MODPY_VERSION}/site-packages/notebook/kernelspecs/${MODPY_PYCACHE}__
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/kernelspecs/${MODPY_PYCACHE}handlers.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/kernelspecs/handlers.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/log.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/metrics.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/nbconvert/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/nbconvert/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/notebook/nbconvert/${MODPY_PYCACHE}/
|
||||
@ -158,6 +166,14 @@ lib/python${MODPY_VERSION}/site-packages/notebook/notebook/${MODPY_PYCACHE}__ini
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/notebook/${MODPY_PYCACHE}handlers.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/notebook/handlers.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/notebookapp.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/prometheus/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/prometheus/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/notebook/prometheus/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/prometheus/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/prometheus/${MODPY_PYCACHE}log_functions.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/prometheus/${MODPY_PYCACHE}metrics.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/prometheus/log_functions.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/prometheus/metrics.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/serverextensions.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/services/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/services/__init__.py
|
||||
@ -283,6 +299,7 @@ lib/python${MODPY_VERSION}/site-packages/notebook/services/sessions/tests/test_s
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/services/sessions/tests/test_sessions_api.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/services/shutdown.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/acc_overwrite.less
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/auth/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/auth/css/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/auth/css/override.css
|
||||
@ -1713,6 +1730,7 @@ lib/python${MODPY_VERSION}/site-packages/notebook/static/components/codemirror/t
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/codemirror/theme/blackboard.css
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/codemirror/theme/cobalt.css
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/codemirror/theme/colorforth.css
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/codemirror/theme/darcula.css
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/codemirror/theme/dracula.css
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/codemirror/theme/duotone-dark.css
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/codemirror/theme/duotone-light.css
|
||||
@ -1735,6 +1753,7 @@ lib/python${MODPY_VERSION}/site-packages/notebook/static/components/codemirror/t
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/codemirror/theme/neat.css
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/codemirror/theme/neo.css
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/codemirror/theme/night.css
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/codemirror/theme/nord.css
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/codemirror/theme/oceanic-next.css
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/codemirror/theme/panda-syntax.css
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/codemirror/theme/paraiso-dark.css
|
||||
@ -1755,7 +1774,10 @@ lib/python${MODPY_VERSION}/site-packages/notebook/static/components/codemirror/t
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/codemirror/theme/xq-dark.css
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/codemirror/theme/xq-light.css
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/codemirror/theme/yeti.css
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/codemirror/theme/yonce.css
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/codemirror/theme/zenburn.css
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/create-react-class/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/create-react-class/index.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/es6-promise/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/es6-promise/promise.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/es6-promise/promise.min.js
|
||||
@ -1808,12 +1830,9 @@ lib/python${MODPY_VERSION}/site-packages/notebook/static/components/moment/min/m
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/moment/min/moment-with-locales.min.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/moment/min/moment.min.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/moment/moment.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/preact/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/preact-compat/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/preact-compat/index.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/preact/index.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/proptypes/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/proptypes/index.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/react/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/react/react-dom.production.min.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/react/react.production.min.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/requirejs/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/requirejs-plugins/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/static/components/requirejs-plugins/src/
|
||||
@ -1952,6 +1971,7 @@ lib/python${MODPY_VERSION}/site-packages/notebook/tests/${MODPY_PYCACHE}__init__
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/${MODPY_PYCACHE}launchnotebook.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/${MODPY_PYCACHE}test_config_manager.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/${MODPY_PYCACHE}test_files.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/${MODPY_PYCACHE}test_gateway.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/${MODPY_PYCACHE}test_i18n.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/${MODPY_PYCACHE}test_nbextensions.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/${MODPY_PYCACHE}test_notebookapp.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
@ -1970,34 +1990,17 @@ lib/python${MODPY_VERSION}/site-packages/notebook/tests/mockextension/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/mockextension/index.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/attachments.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/buffering.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/clipboard_multiselect.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/display_id.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/display_image.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/dualmode.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/dualmode_arrows.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/dualmode_cellmode.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/dualmode_clipboard.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/dualmode_execute.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/dualmode_markdown.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/dualmode_merge.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/execute_code.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/execute_selected_cells.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/inject_js.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/interrupt.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/isolated_svg.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/kernel_menu.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/markdown.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/merge_cells_api.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/move_multiselection.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/multiselect.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/multiselect_toggle.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/notifications.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/output.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/roundtrip.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/safe_append_output.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/save.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/shutdown.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/notebook/tags.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/__init__.py
|
||||
@ -2005,25 +2008,59 @@ ${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}conftest.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}quick_selenium.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_buffering.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_clipboard_multiselect.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_dashboard_nav.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_deletecell.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_display_image.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_display_isolation.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_dualmode_arrows.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_dualmode_cellmode.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_dualmode_clipboard.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_dualmode_execute.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_dualmode_insertcell.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_dualmode_markdown.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_execute_code.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_find_and_replace.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_interrupt.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_kernel_menu.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_markdown.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_merge_cells.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_multiselect.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_multiselect_toggle.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_prompt_numbers.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_save.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_save_as_notebook.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}undelete.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_shutdown.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}test_undelete.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/${MODPY_PYCACHE}utils.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/conftest.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/quick_selenium.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_buffering.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_clipboard_multiselect.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_dashboard_nav.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_deletecell.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_display_image.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_display_isolation.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_dualmode_arrows.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_dualmode_cellmode.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_dualmode_clipboard.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_dualmode_execute.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_dualmode_insertcell.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_dualmode_markdown.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_execute_code.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_find_and_replace.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_interrupt.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_kernel_menu.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_markdown.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_merge_cells.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_multiselect.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_multiselect_toggle.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_prompt_numbers.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_save.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_save_as_notebook.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/undelete.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_shutdown.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/test_undelete.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/selenium/utils.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/services/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/services/kernel.js
|
||||
@ -2031,6 +2068,7 @@ lib/python${MODPY_VERSION}/site-packages/notebook/tests/services/serialize.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/services/session.js
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/test_config_manager.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/test_files.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/test_gateway.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/test_i18n.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/test_nbextensions.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tests/test_notebookapp.py
|
||||
@ -2050,7 +2088,9 @@ lib/python${MODPY_VERSION}/site-packages/notebook/tree/tests/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tree/tests/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/notebook/tree/tests/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tree/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tree/tests/${MODPY_PYCACHE}handlers.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tree/tests/${MODPY_PYCACHE}test_tree_handler.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tree/tests/handlers.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/tree/tests/test_tree_handler.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/utils.py
|
||||
lib/python${MODPY_VERSION}/site-packages/notebook/view/
|
||||
|
Loading…
Reference in New Issue
Block a user