Changelog for
python-jupyter_notebook-4.1.0-8.1.noarch.rpm :
Mon Jan 11 13:00:00 2016 toddrme2178AATTgmail.com
- Update to 4.1.0
+ Bug fixes:
- Properly reap zombie subprocesses
- Fix cross-origin problems
- Fix double-escaping of the base URL prefix
- Handle invalid unicode filenames more gracefully
- Fix ANSI color-processing
- Send keepalive messages for web terminals
- Fix bugs in the notebook tour
+ UI changes:
- Moved the cell toolbar selector into the
*View
* menu. Added
a button that triggers a \"hint\" animation to the main toolbar
so users can find the new location.
- Added
*Restart & Run All
* to the
*Kernel
* menu. Users can
also bind it to a keyboard shortcut on action
``restart-kernel-and-run-all-cells``.
- Added multiple-cell selection. Users press ``Shift-Up/Down``
or ``Shift-K/J`` to extend selection in command mode.
Various actions such as cut/copy/paste, execute, and cell
type conversions apply to all selected cells.
- Added a command palette for executing Jupyter actions by
name. Users press ``Cmd/Ctrl-Shift-P`` or click the new
command palette icon on the toolbar.
- Added a
*Find and Replace
* dialog to the
*Edit
* menu.
Users can also press ``F`` in command mode to show the
dialog.
+ Other improvements:
- Custom KernelManager methods can be Tornado coroutines,
allowing async operations.
- Make clearing output optional when rewriting input with
``set_next_input(replace=True)``.
- Added support for TLS client authentication via
``--NotebookApp.client-ca``.
- Added tags to ``jupyter/notebook`` releases on DockerHub.
``latest`` continues to track the master branch.
Mon Oct 12 14:00:00 2015 toddrme2178AATTgmail.com
- update to version 4.0.6:
* fix installation of mathjax support files
* fix some double-escape regressions in 4.0.5
* fix a couple of cases where errors could prevent opening a notebook
- specfile:
* filename change: tgz->tar.gz
Mon Oct 5 14:00:00 2015 toddrme2178AATTgmail.com
- Build documentation
Wed Sep 23 14:00:00 2015 toddrme2178AATTgmail.com
- Update to 4.0.5
* Fix launching the notebook on Windows
* Fix the path searched for frontend config
Fri Aug 14 14:00:00 2015 toddrme2178AATTgmail.com
- Initial version