pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-notebook py-notebook: updated to 6.4.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/35ccdb89adb4
branches: trunk
changeset: 373063:35ccdb89adb4
user: adam <adam%pkgsrc.org@localhost>
date: Sat Feb 05 12:03:44 2022 +0000
description:
py-notebook: updated to 6.4.8
6.4.8
Bugs fixed
- Fix to remove potential memory leak on Jupyter Notebooks ZMQChannelHandler code
6.4.7
Bugs fixed
- Fix Chinese punctuation
- Add date field to kernel message header
- Fix deprecation warning
Maintenance and upkeep improvements
- Enforce labels on PRs
- Fix: CI error for python 3.6 & macOS
Other merged PRs
- handle KeyError when get session
- Updated doc for passwd
6.4.6
Bugs fixed
- Fix `asyncio` error when opening notebooks
- Change to use a universal Chinese translation on certain words
- Fix Chinese translation typo
- Fix `send2trash` tests failing on Windows
Maintenance and upkeep improvements
- TST: don't look in user site for serverextensions
- Enable terminal tests as `pywinpty` is ported for python 3.9
6.4.5
Bug fixes
- Recover from failure to render mimetype
Maintenance and upkeep improvements
- Fix crypto handling
- Fix `jupyter_client` warning
Documentation improvements
- Fix nbsphinx settings
- Fully revert the pinning of `nbsphinx` to 0.8.6
- Pin `nbsphinx` to 0.8.6, clean up orphaned resources
- Fix typo in docstring
6.4.4
Documentation improvements
- Update Manual Release Instructions
Other merged PRs
- Use default JupyterLab CSS sanitizer options for Markdown
- Fix syntax highlight
6.4.3
Bugs fixed
- Add @babel/core dependency
- Switch webpack to production mode
Maintenance and upkeep improvements
- Clean up link checking
6.4.2
Bugs fixed
- Add missing file to manifest
- Fix issue 3218
- Fix version of jupyter-packaging in pyproject.toml
- "#element".tooltip is not a function on home page fixed.
Maintenance and upkeep improvements
- Enhancements to the desktop entry
- Add missing spaces to help messages in config file
6.4.0
Bugs fixed
- Fix Handling of Encoded Paths in Save As Dialog
- Fix: split_cell doesn't always split cell
- Correct 'Content-Type' headers
- Fix skipped tests & remove deprecation warnings
- [Gateway] Track only this server's kernels
- Bind the HTTPServer in start
Maintenance and upkeep improvements
- Revert "do not apply asyncio patch for tornado >=6.1"
- Use Jupyter Releaser
- Add Workflow Permissions for Lock Bot
- Fixes related to the recent changes in the documentation
- Add maths checks in CSS reference test
- Add Issue Lock and Answered Bots
Documentation improvements
- Spelling correction
- Minor typographical and comment changes
- Fixes related to the recent changes in the documentation
- Fix readthedocs environment
6.3.0
Merged PRs
* Add square logo and desktop entry files
* Modernize Changelog
* Add missing "import inspect"
* Add Codecov badge to README
* Remove configuration for nosetests from setup.cfg
* Update security.rst
* Docs-Translations: Updated Hindi and Chinese Readme.md
* Allow /metrics by default if auth is off
* Skip terminal tests on Windows 3.9+ (temporary)
* Update GatewayKernelManager to derive from AsyncMappingKernelManager
* Drop use of deprecated pyzmq.ioloop
* Drop support for Python 3.5
* Allow jupyter_server-based contents managers in notebook
* Russian translation fixes
* Increase culling test idle timeout
* Re-enable support for answer_yes flag
* Replace Travis and Appveyor with Github Actions
* DOC: Server extension, extra docs on configuration/authentication.
6.2.0
Merged PRs
- Increase minimum tornado version
- Adjust skip decorators to avoid remaining dependency on nose
- Ensure that cell ids persist after save
- Add reconnection to Gateway (form nb2kg)
- Fix some typos
- Handle TrashPermissionError, now that it exist
6.1.6
Merged PRs
- do not require nose for testing
- [docs] Update Chinese and Hindi readme.md
- Add support for creating terminals via GET
- Made doc translations in Hindi and Chinese
6.1.5 is a security release, fixing one vulnerability:
- Fix open redirect vulnerability GHSA-c7vm-f5p4-8fqh (CVE to be assigned)
6.1.4
- Fix broken links to jupyter documentation
- Add additional entries to troubleshooting section
- Revert change in page alignment
- Bug fix: remove double encoding in download files
- Fix typo for Check in zh_CN
- Require a file name in the "Save As" dialog
6.1.3
- Title new buttons with label if action undefined
6.1.2
- Fix russian message format for delete/duplicate actions
- Remove unnecessary import of bind_unix_socket
- Tooltip style scope fix
6.1.1
- Prevent inclusion of requests_unixsocket on Windows
6.1.0
Please note that this repository is currently maintained by a skeleton
crew of maintainers from the Jupyter community. For our approach moving
forward, please see this
[notice](https://github.com/jupyter/notebook#notice) from the README.
Thank you.
Here is an enumeration of changes made since the last release and
included in 6.1.0.
- Remove deprecated encoding parameter for Python 3.9 compatibility.
- Add support for async kernel management
- Fix typo in password_required help message
- Gateway only: Ensure launch and request timeouts are in sync
- Update Markdown Cells example to HTML5 video tag
- Integrated LoginWidget into edit to enable users to logout from the t...
- Update message about minimum Tornado version
- Logged notebook type
- Added nl language
- Add UNIX socket support to notebook server.
- Update CodeMirror dependency
- Tree added download multiple files
- Toolbar buttons tooltip: show help instead of label
- Remove unnecessary import of requests_unixsocket
- Add ability to cull terminals and track last activity
- Code refactoring notebook.js
- Install terminado for docs build
- Convert notifications JS test to selenium
- Add cell attachments to markdown example
- Add Japanese document
- Migrate Move multiselection test to selenium
- Use `cmdtrl-enter` to run a cell
- Fix broken "Raw cell MIME type" dialog
- Make a notebook writable after successful save-as
- Add actual watch script
- Added `--autoreload` flag to `NotebookApp`
- Enable check_origin on gateway websocket communication
- Restore detection of missing terminado package
- Culling: ensure `last_activity` attr exists before use
- Added functionality to allow filter kernels by Jupyter Enterprise Gat...
- 'Play' icon for run-cell toolbar button
- Bump minimum version of jQuery to 3.5.0
- Remove old JS markdown tests, add a new one in selenium
- Add support for more RTL languages
- Make markdown cells stay RTL in edit mode
- Unforce RTL output display
- Fixed multicursor backspacing
- Implemented Split Cell for multicursor
- Alignment issue \[FIXED\]
- MathJax: Support for `\gdef`
- Another (Minor) Duplicate Code Reduction
- Update readme regarding maintenance
- Document contents chunks
- Backspace deletes empty line
- The dropdown submenu at notebook page is not keyboard accessible
- Tooltips visible through keyboard navigation for specified buttons
- Fix for recursive symlink
- Fix for the terminal shutdown issue
- Add japanese translation files
- Workaround for socket permission errors on Cygwin
- Implement optional markdown header and footer files
- Remove double link when using `custom_display_url`
- Respect `cell.is_editable` during find-and-replace
- Fix exception causes all over the codebase
- Improve login shell heuristics
- Added support for `JUPYTER_TOKEN_FILE`
- Kill notebook itself when server cull idle kernel
- Implement password hashing with bcrypt
- Fix broken links
- Russian internationalization support
- Add a metadata tag to override notebook direction (ltr/rtl)
- Paste two images from clipboard in markdown cell
- Add keyboard shortcuts to menu dropdowns
- Update codemirror to `5.56.0+components1`
diffstat:
www/py-notebook/Makefile | 34 ++++----
www/py-notebook/PLIST | 180 +++++++++++++++++++---------------------------
www/py-notebook/distinfo | 8 +-
3 files changed, 96 insertions(+), 126 deletions(-)
diffs (truncated from 401 to 300 lines):
diff -r ac3849abbeaf -r 35ccdb89adb4 www/py-notebook/Makefile
--- a/www/py-notebook/Makefile Sat Feb 05 12:00:41 2022 +0000
+++ b/www/py-notebook/Makefile Sat Feb 05 12:03:44 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2022/01/05 15:41:30 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2022/02/05 12:03:44 adam Exp $
-DISTNAME= notebook-6.0.3
+DISTNAME= notebook-6.4.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/notebook/}
@@ -11,25 +10,28 @@
COMMENT= Web-based notebook environment for interactive computing
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-Send2Trash-[0-9]*:../../sysutils/py-Send2Trash
-DEPENDS+= ${PYPKGPREFIX}-ipykernel-[0-9]*:../../devel/py-ipykernel
-DEPENDS+= ${PYPKGPREFIX}-ipython_genutils-[0-9]*:../../devel/py-ipython_genutils
-DEPENDS+= ${PYPKGPREFIX}-jupyter_client>=5.3.1:../../devel/py-jupyter_client
-DEPENDS+= ${PYPKGPREFIX}-jupyter_core>=4.4.0:../../devel/py-jupyter_core
-DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
-DEPENDS+= ${PYPKGPREFIX}-nbconvert-[0-9]*:../../www/py-nbconvert
-DEPENDS+= ${PYPKGPREFIX}-nbformat-[0-9]*:../../www/py-nbformat
-DEPENDS+= ${PYPKGPREFIX}-prometheus_client-[0-9]*:../../net/py-prometheus_client
-DEPENDS+= ${PYPKGPREFIX}-terminado>=0.8.1:../../www/py-terminado
-DEPENDS+= ${PYPKGPREFIX}-tornado>=5:../../www/py-tornado
+DEPENDS+= ${PYPKGPREFIX}-Send2Trash>=1.8.0:../../sysutils/py-Send2Trash
+DEPENDS+= ${PYPKGPREFIX}-argon2-cffi>0:../../security/py-argon2-cffi
+DEPENDS+= ${PYPKGPREFIX}-ipykernel>0:../../devel/py-ipykernel
+DEPENDS+= ${PYPKGPREFIX}-ipython_genutils>0:../../devel/py-ipython_genutils
+DEPENDS+= ${PYPKGPREFIX}-jupyter_client>=5.3.4:../../devel/py-jupyter_client
+DEPENDS+= ${PYPKGPREFIX}-jupyter_core>=4.6.1:../../devel/py-jupyter_core
+DEPENDS+= ${PYPKGPREFIX}-jinja2>0:../../textproc/py-jinja2
+DEPENDS+= ${PYPKGPREFIX}-nbconvert>0:../../www/py-nbconvert
+DEPENDS+= ${PYPKGPREFIX}-nbformat>0:../../www/py-nbformat
+DEPENDS+= ${PYPKGPREFIX}-nest-asyncio>=1.5:../../devel/py-nest-asyncio
+DEPENDS+= ${PYPKGPREFIX}-prometheus_client>0:../../net/py-prometheus_client
+DEPENDS+= ${PYPKGPREFIX}-terminado>=0.8.3:../../www/py-terminado
+DEPENDS+= ${PYPKGPREFIX}-tornado>=6.1:../../www/py-tornado
DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.2.1:../../devel/py-traitlets
DEPENDS+= ${PYPKGPREFIX}-zmq>=17.0.0:../../net/py-zmq
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-ipykernel
+USE_PKG_RESOURCES= yes
+PYTHON_SELF_CONFLICT= yes
-USE_PKG_RESOURCES= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 27 37
post-install:
.for name in bundlerextension nbextension notebook serverextension
diff -r ac3849abbeaf -r 35ccdb89adb4 www/py-notebook/PLIST
--- a/www/py-notebook/PLIST Sat Feb 05 12:00:41 2022 +0000
+++ b/www/py-notebook/PLIST Sat Feb 05 12:03:44 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2020/02/06 15:47:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2022/02/05 12:03:44 adam Exp $
bin/jupyter-bundlerextension-${PYVERSSUFFIX}
bin/jupyter-nbextension-${PYVERSSUFFIX}
bin/jupyter-notebook-${PYVERSSUFFIX}
@@ -131,6 +131,24 @@
${PYSITELIB}/notebook/i18n/fr_FR/LC_MESSAGES/nbui.po
${PYSITELIB}/notebook/i18n/fr_FR/LC_MESSAGES/notebook.mo
${PYSITELIB}/notebook/i18n/fr_FR/LC_MESSAGES/notebook.po
+${PYSITELIB}/notebook/i18n/ja_JP/LC_MESSAGES/nbjs.json
+${PYSITELIB}/notebook/i18n/ja_JP/LC_MESSAGES/nbjs.po
+${PYSITELIB}/notebook/i18n/ja_JP/LC_MESSAGES/nbui.mo
+${PYSITELIB}/notebook/i18n/ja_JP/LC_MESSAGES/nbui.po
+${PYSITELIB}/notebook/i18n/ja_JP/LC_MESSAGES/notebook.mo
+${PYSITELIB}/notebook/i18n/ja_JP/LC_MESSAGES/notebook.po
+${PYSITELIB}/notebook/i18n/nl/LC_MESSAGES/nbjs.json
+${PYSITELIB}/notebook/i18n/nl/LC_MESSAGES/nbjs.po
+${PYSITELIB}/notebook/i18n/nl/LC_MESSAGES/nbui.mo
+${PYSITELIB}/notebook/i18n/nl/LC_MESSAGES/nbui.po
+${PYSITELIB}/notebook/i18n/nl/LC_MESSAGES/notebook.mo
+${PYSITELIB}/notebook/i18n/nl/LC_MESSAGES/notebook.po
+${PYSITELIB}/notebook/i18n/ru_RU/LC_MESSAGES/nbjs.json
+${PYSITELIB}/notebook/i18n/ru_RU/LC_MESSAGES/nbjs.po
+${PYSITELIB}/notebook/i18n/ru_RU/LC_MESSAGES/nbui.mo
+${PYSITELIB}/notebook/i18n/ru_RU/LC_MESSAGES/nbui.po
+${PYSITELIB}/notebook/i18n/ru_RU/LC_MESSAGES/notebook.mo
+${PYSITELIB}/notebook/i18n/ru_RU/LC_MESSAGES/notebook.po
${PYSITELIB}/notebook/i18n/zh_CN/LC_MESSAGES/nbjs.json
${PYSITELIB}/notebook/i18n/zh_CN/LC_MESSAGES/nbjs.po
${PYSITELIB}/notebook/i18n/zh_CN/LC_MESSAGES/nbui.mo
@@ -341,6 +359,8 @@
${PYSITELIB}/notebook/static/base/js/events.js
${PYSITELIB}/notebook/static/base/js/i18n.js
${PYSITELIB}/notebook/static/base/js/keyboard.js
+${PYSITELIB}/notebook/static/base/js/markdown.js
+${PYSITELIB}/notebook/static/base/js/mathjaxutils.js
${PYSITELIB}/notebook/static/base/js/namespace.js
${PYSITELIB}/notebook/static/base/js/notificationarea.js
${PYSITELIB}/notebook/static/base/js/notificationwidget.js
@@ -386,6 +406,7 @@
${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/newcommand.js
${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/noErrors.js
${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/noUndefined.js
+${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/text-macros.js
${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/unicode.js
${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/verb.js
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/accessibility-menu.js
@@ -395,109 +416,12 @@
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/invalid_keypress.mp3
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/invalid_keypress.ogg
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathjax-sre.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/functions/algebra.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/functions/elementary.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/functions/hyperbolic.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/functions/trigonometry.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/greek-capital.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/greek-mathfonts-bold.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/greek-mathfonts-italic.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/greek-mathfonts-sans-serif-bold.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/greek-scripts.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/greek-small.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/greek-symbols.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/hebrew_letters.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-lower-double-accent.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-lower-normal.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-lower-phonetic.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-lower-single-accent.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-bold-fraktur.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-bold-script.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-bold.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-double-struck.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-fraktur.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-italic.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-monospace.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-sans-serif-bold.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-sans-serif-italic.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-sans-serif.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-script.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-rest.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-upper-double-accent.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-upper-normal.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-upper-single-accent.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_angles.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_arrows.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_characters.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_delimiters.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_digits.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_geometry.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_harpoons.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_non_characters.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_symbols.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_whitespace.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/other_stars.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/energy.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/length.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/memory.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/other.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/speed.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/temperature.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/time.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/volume.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/weight.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/functions/algebra.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/functions/elementary.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/functions/hyperbolic.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/functions/trigonometry.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/greek-capital.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/greek-mathfonts-bold.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/greek-mathfonts-italic.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/greek-mathfonts-sans-serif-bold.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/greek-scripts.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/greek-small.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/greek-symbols.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/hebrew_letters.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-lower-double-accent.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-lower-normal.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-lower-phonetic.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-lower-single-accent.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-bold-fraktur.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-bold-script.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-bold.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-double-struck.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-fraktur.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-italic.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-monospace.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-sans-serif-bold.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-sans-serif-italic.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-sans-serif.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-script.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-rest.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-upper-double-accent.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-upper-normal.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-upper-single-accent.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_angles.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_arrows.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_characters.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_delimiters.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_digits.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_geometry.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_harpoons.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_non_characters.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_symbols.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_whitespace.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/other_stars.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/energy.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/length.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/memory.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/other.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/speed.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/temperature.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/time.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/volume.js
-${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/weight.js
+${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/de.js
+${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en.js
+${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es.js
+${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/fr.js
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/mathmaps_ie.js
+${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/nemeth.js
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/semantic-enrich.js
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/wgxpath.install.js
${PYSITELIB}/notebook/static/components/MathJax/extensions/asciimath2jax.js
@@ -1263,6 +1187,7 @@
${PYSITELIB}/notebook/static/components/codemirror/mode/verilog/verilog.js
${PYSITELIB}/notebook/static/components/codemirror/mode/vhdl/vhdl.js
${PYSITELIB}/notebook/static/components/codemirror/mode/vue/vue.js
+${PYSITELIB}/notebook/static/components/codemirror/mode/wast/wast.js
${PYSITELIB}/notebook/static/components/codemirror/mode/webidl/webidl.js
${PYSITELIB}/notebook/static/components/codemirror/mode/xml/xml.js
${PYSITELIB}/notebook/static/components/codemirror/mode/xquery/xquery.js
@@ -1271,6 +1196,10 @@
${PYSITELIB}/notebook/static/components/codemirror/mode/yaml/yaml.js
${PYSITELIB}/notebook/static/components/codemirror/mode/z80/z80.js
${PYSITELIB}/notebook/static/components/codemirror/rollup.config.js
+${PYSITELIB}/notebook/static/components/codemirror/src/addon/runmode/codemirror-standalone.js
+${PYSITELIB}/notebook/static/components/codemirror/src/addon/runmode/codemirror.node.js
+${PYSITELIB}/notebook/static/components/codemirror/src/addon/runmode/runmode-standalone.js
+${PYSITELIB}/notebook/static/components/codemirror/src/addon/runmode/runmode.node.js
${PYSITELIB}/notebook/static/components/codemirror/src/codemirror.js
${PYSITELIB}/notebook/static/components/codemirror/src/display/Display.js
${PYSITELIB}/notebook/static/components/codemirror/src/display/focus.js
@@ -1339,6 +1268,8 @@
${PYSITELIB}/notebook/static/components/codemirror/theme/abcdef.css
${PYSITELIB}/notebook/static/components/codemirror/theme/ambiance-mobile.css
${PYSITELIB}/notebook/static/components/codemirror/theme/ambiance.css
+${PYSITELIB}/notebook/static/components/codemirror/theme/ayu-dark.css
+${PYSITELIB}/notebook/static/components/codemirror/theme/ayu-mirage.css
${PYSITELIB}/notebook/static/components/codemirror/theme/base16-dark.css
${PYSITELIB}/notebook/static/components/codemirror/theme/base16-light.css
${PYSITELIB}/notebook/static/components/codemirror/theme/bespin.css
@@ -1360,11 +1291,15 @@
${PYSITELIB}/notebook/static/components/codemirror/theme/lesser-dark.css
${PYSITELIB}/notebook/static/components/codemirror/theme/liquibyte.css
${PYSITELIB}/notebook/static/components/codemirror/theme/lucario.css
+${PYSITELIB}/notebook/static/components/codemirror/theme/material-darker.css
+${PYSITELIB}/notebook/static/components/codemirror/theme/material-ocean.css
+${PYSITELIB}/notebook/static/components/codemirror/theme/material-palenight.css
${PYSITELIB}/notebook/static/components/codemirror/theme/material.css
${PYSITELIB}/notebook/static/components/codemirror/theme/mbo.css
${PYSITELIB}/notebook/static/components/codemirror/theme/mdn-like.css
${PYSITELIB}/notebook/static/components/codemirror/theme/midnight.css
${PYSITELIB}/notebook/static/components/codemirror/theme/monokai.css
+${PYSITELIB}/notebook/static/components/codemirror/theme/moxer.css
${PYSITELIB}/notebook/static/components/codemirror/theme/neat.css
${PYSITELIB}/notebook/static/components/codemirror/theme/neo.css
${PYSITELIB}/notebook/static/components/codemirror/theme/night.css
@@ -1402,7 +1337,6 @@
${PYSITELIB}/notebook/static/components/font-awesome/fonts/fontawesome-webfont.ttf
${PYSITELIB}/notebook/static/components/font-awesome/fonts/fontawesome-webfont.woff
${PYSITELIB}/notebook/static/components/font-awesome/fonts/fontawesome-webfont.woff2
-${PYSITELIB}/notebook/static/components/google-caja/html-css-sanitizer-minified.js
${PYSITELIB}/notebook/static/components/jed/jed.js
${PYSITELIB}/notebook/static/components/jquery-typeahead/dist/jquery.typeahead.min.css
${PYSITELIB}/notebook/static/components/jquery-typeahead/dist/jquery.typeahead.min.js
@@ -1432,6 +1366,7 @@
${PYSITELIB}/notebook/static/components/requirejs-plugins/src/json.js
${PYSITELIB}/notebook/static/components/requirejs-text/text.js
${PYSITELIB}/notebook/static/components/requirejs/require.js
+${PYSITELIB}/notebook/static/components/sanitizer/index.js
${PYSITELIB}/notebook/static/components/text-encoding/lib/encoding.js
${PYSITELIB}/notebook/static/components/underscore/underscore-min.js
${PYSITELIB}/notebook/static/components/xterm.js-css/index.css
@@ -1534,6 +1469,15 @@
${PYSITELIB}/notebook/terminal/handlers.py
${PYSITELIB}/notebook/terminal/handlers.pyc
${PYSITELIB}/notebook/terminal/handlers.pyo
+${PYSITELIB}/notebook/terminal/terminalmanager.py
+${PYSITELIB}/notebook/terminal/terminalmanager.pyc
+${PYSITELIB}/notebook/terminal/terminalmanager.pyo
+${PYSITELIB}/notebook/terminal/tests/__init__.py
+${PYSITELIB}/notebook/terminal/tests/__init__.pyc
+${PYSITELIB}/notebook/terminal/tests/__init__.pyo
+${PYSITELIB}/notebook/terminal/tests/test_terminals_api.py
+${PYSITELIB}/notebook/terminal/tests/test_terminals_api.pyc
+${PYSITELIB}/notebook/terminal/tests/test_terminals_api.pyo
${PYSITELIB}/notebook/tests/__init__.py
${PYSITELIB}/notebook/tests/__init__.pyc
${PYSITELIB}/notebook/tests/__init__.pyo
@@ -1542,6 +1486,9 @@
${PYSITELIB}/notebook/tests/base/misc.js
Home |
Main Index |
Thread Index |
Old Index