@@ -151,7 +151,7 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
151151- Add missing file to manifest [ #6122 ] ( https://github.com/jupyter/notebook/pull/6122 ) ([ @afshin ] ( https://github.com/afshin ) )
152152- Fix issue #3218 [ #6108 ] ( https://github.com/jupyter/notebook/pull/6108 ) ([ @Nazeeh21 ] ( https://github.com/Nazeeh21 ) )
153153- Fix version of jupyter-packaging in pyproject.toml [ #6101 ] ( https://github.com/jupyter/notebook/pull/6101 ) ([ @frenzymadness ] ( https://github.com/frenzymadness ) )
154- - "#element".tooltip is not a function on home page fixed. [ #6070 ] ( https://github.com/jupyter/notebook/pull/6070 ) ( [ @ilayh123 ] ( https://github.com/ilayh123 ) )
154+ - "#element".tooltip is not a function on home page fixed. [ #6070 ] ( https://github.com/jupyter/notebook/pull/6070 ) @ilayh123
155155
156156### Maintenance and upkeep improvements
157157
@@ -1014,7 +1014,7 @@ Thanks to the following contributors:
10141014- Peter Parente ([ parente] ( https://github.com/parente ) )
10151015- Paul Masson ([ paulmasson] ( https://github.com/paulmasson ) )
10161016- Philipp Rudiger ([ philippjfr] ( https://github.com/philippjfr ) )
1017- - Mac Knight ([ Shels1909] ( https://github.com/Shels1909 ) )
1017+ - Mac Knight (Shels1909)
10181018- Hisham Elsheshtawy ([ Sheshtawy] ( https://github.com/Sheshtawy ) )
10191019- Simon Biggs ([ SimonBiggs] ( https://github.com/SimonBiggs ) )
10201020- Sunil Hari (` @sunilhari ` )
@@ -1260,15 +1260,11 @@ user-facing changes are described here.
12601260Files in the dashboard may now be sorted by last modified date or name
12611261([ 943] ( https://github.com/jupyter/notebook/pull/943 ) ):
12621262
1263- ![ image] ( /_static/images/dashboard-sort.png )
1264-
12651263### Cell tags
12661264
12671265There is a new cell toolbar for adding _ cell tags_
12681266([ 2048] ( https://github.com/jupyter/notebook/pull/2048 ) ):
12691267
1270- ![ image] ( /_static/images/cell-tags-toolbar.png )
1271-
12721268Cell tags are a lightweight way to customise the behaviour of tools
12731269working with notebooks; we're working on building support for them into
12741270tools like [ nbconvert] ( https://nbconvert.readthedocs.io/en/latest/ ) and
@@ -1283,21 +1279,11 @@ future releases.
12831279The default styling for tables in the notebook has been updated
12841280([ 1776] ( https://github.com/jupyter/notebook/pull/1776 ) ).
12851281
1286- Before:
1287-
1288- ![ image] ( /_static/images/table-style-before.png )
1289-
1290- After:
1291-
1292- ![ image] ( /_static/images/table-style-after.png )
1293-
12941282### Customise keyboard shortcuts
12951283
12961284You can now edit keyboard shortcuts for _ Command Mode_ within the UI
12971285([ 1347] ( https://github.com/jupyter/notebook/pull/1347 ) ):
12981286
1299- ![ image] ( /_static/images/shortcut-editor.png )
1300-
13011287See the ` Help > Edit Keyboard Shortcuts ` menu item and follow the
13021288instructions.
13031289
@@ -1333,8 +1319,7 @@ instructions.
13331319- Load server extensions with ConfigManager so that merge happens
13341320 recursively, unlike normal config values, to make it load more
13351321 consistently with frontend extensions([ 2108] ( https://github.com/jupyter/notebook/pull/2108 ) ).
1336- - The notebook server now supports the [ bundler
1337- API] ( https://jupyter-notebook.readthedocs.io/en/latest/extending/bundler_extensions.html )
1322+ - The notebook server now supports the bundler API
13381323 from the [ jupyter_cms incubator
13391324 project] ( https://github.com/jupyter-incubator/contentmanagement ) ([ 1579] ( https://github.com/jupyter/notebook/pull/1579 ) ).
13401325- The notebook server now provides information about kernel activity
@@ -1546,9 +1531,6 @@ UI changes:
15461531 find the new location. (Click here to see a
15471532 [ screencast] ( https://cloud.githubusercontent.com/assets/335567/10711889/59665a5a-7a3e-11e5-970f-86b89592880c.gif )
15481533 )
1549-
1550- > ![ image] ( /_static/images/cell-toolbar-41.png )
1551-
15521534- Added _ Restart & Run All_ to the _ Kernel_ menu. Users can also bind
15531535 it to a keyboard shortcut on action
15541536 ` restart-kernel-and-run-all-cells ` .
@@ -1558,19 +1540,13 @@ UI changes:
15581540 such as cut/copy/paste, execute, and cell type conversions apply to
15591541 all selected cells.
15601542
1561- ![ image] ( /_static/images/multi-select-41.png )
1562-
15631543- Added a command palette for executing Jupyter actions by name. Users
15641544 press ` Cmd/Ctrl-Shift-P ` or click the new command palette icon on
15651545 the toolbar.
15661546
1567- ![ image] ( /_static/images/command-palette-41.png )
1568-
15691547- Added a _ Find and Replace_ dialog to the _ Edit_ menu. Users can also
15701548 press ` F ` in command mode to show the dialog.
15711549
1572- ![ image] ( /_static/images/find-replace-41.png )
1573-
15741550Other improvements:
15751551
15761552- Custom KernelManager methods can be Tornado coroutines, allowing
0 commit comments