Skip to content

Commit 0d28945

Browse files
gnestorrgbkrk
authored andcommitted
Update changelog and screenshots
1 parent b854e92 commit 0d28945

File tree

8 files changed

+26
-8
lines changed

8 files changed

+26
-8
lines changed
91.5 KB
Loading
102 KB
Loading
146 KB
Loading
149 KB
Loading
174 KB
Loading
-24.4 KB
Binary file not shown.
-61.4 KB
Binary file not shown.

docs/source/changelog.rst

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ For more detailed information, see
1212
Use ``pip install notebook --upgrade`` or ``conda upgrade notebook`` to
1313
upgrade to the latest release.
1414

15-
.. we push for pip 9+ or it will break for Python 2 users when IPython 6 get out.
16-
Upgrade to version 9+ of pip before upgrading ``notebook`` is strongly recommended.
15+
.. we push for pip 9+ or it will break for Python 2 users when IPython 6 is out.
16+
We strongly recommend that you upgrade to version 9+ of pip before upgrading ``notebook``.
1717

1818
.. tip::
1919

@@ -32,9 +32,17 @@ created by the "Big Split" of IPython and Jupyter.
3232
We encourage users to start trying JupyterLab in preparation for a future
3333
transition.
3434

35-
We have merged more than 200 pull requests since the 4.x series. Some of the
35+
We have merged more than 300 pull requests since 4.0. Some of the
3636
major user-facing changes are described here.
3737

38+
File sorting in the dashboard
39+
*****************************
40+
41+
Files in the dashboard may now be sorted by last modified date or name (:ghpull:`943`):
42+
43+
.. image:: /_static/images/dashboard-sort.png
44+
:align: center
45+
3846
Cell tags
3947
*********
4048

@@ -47,23 +55,30 @@ Cell tags are a lightweight way to customise the behaviour of tools working with
4755
notebooks; we're working on building support for them into tools like `nbconvert
4856
<http://nbconvert.readthedocs.io/en/latest/>`__ and `nbval
4957
<https://github.com/computationalmodelling/nbval>`__. To start using tags,
50-
select *Tags* in the *View*, *Cell Toolbar* menu in a notebook.
58+
select ``Tags`` in the ``View > Cell Toolbar`` menu in a notebook.
5159

5260
The UI for editing cell tags is basic for now; we hope to improve it in future
5361
releases.
5462

5563
Table style
5664
***********
5765

58-
The default styling for tables in the notebook has been updated (:ghpull:`1776`):
66+
The default styling for tables in the notebook has been updated (:ghpull:`1776`).
5967

60-
.. image:: /_static/images/table-style-change.png
68+
Before:
69+
70+
.. image:: /_static/images/table-style-before.png
6171
:align: center
72+
73+
After:
74+
75+
.. image:: /_static/images/table-style-after.png
76+
:align: center
6277

6378
Customise keyboard shortcuts
6479
****************************
6580

66-
You can now edit keyboard shortcuts for command mode within the UI
81+
You can now edit keyboard shortcuts for *Command Mode* within the UI
6782
(:ghpull:`1347`):
6883

6984
.. image:: /_static/images/shortcut-editor.png
@@ -108,8 +123,11 @@ Other additions
108123

109124
- Add more visible *Trusted* and *Untrusted* notifications (:ghpull:`1658`).
110125

111-
- The tab icon in the browser now changes to indicate when the kernel is busy
126+
- The favicon (browser shortcut icon) now changes to indicate when the kernel is busy
112127
(:ghpull:`1837`).
128+
129+
- Header and toolbar visibility is now persisted in nbconfig and across sessions
130+
(:ghpull:`1769`).
113131

114132
- Load server extensions with ConfigManager so that merge happens recursively,
115133
unlike normal config values, to make it load more consistently with frontend

0 commit comments

Comments
 (0)