File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,17 @@ We strongly recommend that you upgrade to version 9+ of pip before upgrading ``n
29
29
- Preliminary i18n implementation (:ghpull: `2140 `).
30
30
- Expose URL with auth token in notebook UI (:ghpull: `2666 `).
31
31
- Fix search background style (:ghpull: `2387 `).
32
- - List running notebooks with ``--allow-root `` (:ghpull: `2421 `).
32
+ - List running notebooks without requiring ``--allow-root `` (:ghpull: `2421 `).
33
33
- Allow session of type other than notebook (:ghpull: `2559 `).
34
34
- Fix search background style (:ghpull: `2387 `).
35
35
- Fix some Markdown styling issues (:ghpull: `2571 `), (:ghpull: `2691 `) and (:ghpull: `2534 `).
36
36
- Remove keymaps that conflict with non-English keyboards (:ghpull: `2535 `).
37
37
- Add session-specific favicons (notebook, terminal, file) (:ghpull: `2452 `).
38
38
- Add /api/shutdown handler (:ghpull: `2507 `).
39
39
- Include metadata when copying a cell (:ghpull: `2349 `).
40
- - Stop notebooks from command line (:ghpull: `2388 `).
40
+ - Stop notebook server from command line (:ghpull: `2388 `).
41
41
- Improve "View" and "Edit" file handling in dashboard (:ghpull: `2449 `) and (:ghpull: `2402 `).
42
- - Load custom.js before ``app_initialized.NotebookApp `` is triggered (:ghpull: `2710 `).
42
+ - Provide a Promise implementation for ``app_initialized.NotebookApp `` event (:ghpull: `2710 `).
43
43
- Fix disabled collapse/expand output button (:ghpull: `2681 `).
44
44
- Cull idle kernels using ``--MappingKernelManager.cull_idle_timeout `` (:ghpull: `2215 `).
45
45
You can’t perform that action at this time.
0 commit comments