mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Merge pull request #873 from willingc/doc-side
Add sidebar box in doc's index for 4.1.x
This commit is contained in:
commit
170a96ae12
@ -6,6 +6,8 @@ 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:
|
||||
|
||||
4.1.0
|
||||
-----
|
||||
|
||||
@ -25,11 +27,11 @@ UI Changes:
|
||||
- Added multiple-cell selection (``Shift-Up/Down`` to extend selection), and actions on multiple-cells, including cut/copy/paste and execute.
|
||||
|
||||
.. image:: /_static/images/multi-select-41.png
|
||||
|
||||
|
||||
- Added a command palette for executing Jupyter actions by name
|
||||
|
||||
.. image:: /_static/images/command-palette-41.png
|
||||
|
||||
|
||||
- Added the find and replace dialog (in the Edit menu or ``F`` in command-mode).
|
||||
|
||||
.. image:: /_static/images/find-replace-41.png
|
||||
|
@ -2,6 +2,15 @@
|
||||
The Jupyter notebook
|
||||
====================
|
||||
|
||||
.. sidebar:: What's New in Jupyter Notebook
|
||||
:subtitle: :ref:`release-4.1.x` **Beta 4.1.0b**
|
||||
|
||||
- Cell toolbar selector moved to View menu
|
||||
- Restart & Run All Cells added to Kernel menu
|
||||
- Multiple-cell selection and actions including cut, copy, paste and execute
|
||||
- Command palette added for executing Jupyter actions
|
||||
- Find and replace added to Edit menu
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: User Documentation
|
||||
|
Loading…
Reference in New Issue
Block a user