Update doc for 4.1 announcement

This commit is contained in:
Carol Willing 2016-01-08 13:12:42 -08:00
parent 3124eae5ab
commit d2ba5b10c8
2 changed files with 10 additions and 6 deletions

View File

@ -6,7 +6,7 @@ Jupyter notebook changelog
A summary of changes in the Jupyter notebook.
For more detailed information, see `GitHub <https://github.com/jupyter/notebook>`__.
.. _release-4.1.x:
.. _release-4.1.0:
4.1.0
-----
@ -31,11 +31,11 @@ UI changes:
- 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.
.. image:: /_static/images/multi-select-41.png
- 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.
.. image:: /_static/images/command-palette-41.png
- Added a *Find and Replace* dialog to the *Edit* menu. Users can also press ``F`` in command mode to show the dialog.
.. image:: /_static/images/find-replace-41.png

View File

@ -3,7 +3,9 @@ The Jupyter notebook
====================
.. sidebar:: What's New in Jupyter Notebook
:subtitle: :ref:`release-4.1.x` ** Release candidate 4.1.0rc1**
:subtitle: Release :ref:`release-4.1.0`
`Release Announcement <https://blog.jupyter.org/2016/01/08/notebook-4-1-release/>`_
- Cell toolbar selector moved to View menu
- Restart & Run All Cells added to Kernel menu
@ -11,8 +13,10 @@ The Jupyter notebook
- Command palette added for executing Jupyter actions
- Find and replace added to Edit menu
To install release candidate:
``python -m pip install notebook --pre --upgrade``
To upgrade to the release:
``pip install notebook --upgrade``
or
``conda upgrade notebook``
.. toctree::
:maxdepth: 1