@@ -12,8 +12,8 @@ For more detailed information, see
12
12
Use ``pip install notebook --upgrade `` or ``conda upgrade notebook `` to
13
13
upgrade to the latest release.
14
14
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 ``.
17
17
18
18
.. tip ::
19
19
@@ -32,9 +32,17 @@ created by the "Big Split" of IPython and Jupyter.
32
32
We encourage users to start trying JupyterLab in preparation for a future
33
33
transition.
34
34
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
36
36
major user-facing changes are described here.
37
37
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
+
38
46
Cell tags
39
47
*********
40
48
@@ -47,23 +55,30 @@ Cell tags are a lightweight way to customise the behaviour of tools working with
47
55
notebooks; we're working on building support for them into tools like `nbconvert
48
56
<http://nbconvert.readthedocs.io/en/latest/> `__ and `nbval
49
57
<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.
51
59
52
60
The UI for editing cell tags is basic for now; we hope to improve it in future
53
61
releases.
54
62
55
63
Table style
56
64
***********
57
65
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 `).
59
67
60
- .. image :: /_static/images/table-style-change.png
68
+ Before:
69
+
70
+ .. image :: /_static/images/table-style-before.png
61
71
:align: center
72
+
73
+ After:
74
+
75
+ .. image :: /_static/images/table-style-after.png
76
+ :align: center
62
77
63
78
Customise keyboard shortcuts
64
79
****************************
65
80
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
67
82
(:ghpull: `1347 `):
68
83
69
84
.. image :: /_static/images/shortcut-editor.png
@@ -108,8 +123,11 @@ Other additions
108
123
109
124
- Add more visible *Trusted * and *Untrusted * notifications (:ghpull: `1658 `).
110
125
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
112
127
(:ghpull: `1837 `).
128
+
129
+ - Header and toolbar visibility is now persisted in nbconfig and across sessions
130
+ (:ghpull: `1769 `).
113
131
114
132
- Load server extensions with ConfigManager so that merge happens recursively,
115
133
unlike normal config values, to make it load more consistently with frontend
0 commit comments