File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -28,20 +28,25 @@ We strongly recommend that you upgrade to version 9+ of pip before upgrading ``n
28
28
29
29
New features:
30
30
31
- - Execute cells by clicking area in input prompt (:ghpull: `3535 `, :ghpull: `3687 `)
31
+ - Execute cells by clicking icon in input prompt (:ghpull: `3535 `, :ghpull: `3687 `)
32
+ - New "Save as" menu option (:ghpull: `3289 `)
32
33
- Add kernel_info_timeout traitlet to enable restarting slow kernels (:ghpull: `3665 `)
34
+ - Add ``custom_display_host `` config option to override displayed URL (:ghpull: `3668 `)
33
35
- Add /metrics endpoint for Prometheus Metrics (:ghpull: `3490 `)
34
36
- Update to jQuery 3.3 (:ghpull: `3655 `)
37
+ - Update marked to 0.4 (:ghpull: `3686 `)
35
38
36
39
Fixing problems:
37
40
38
41
- Don't duplicate token in displayed URL (:ghpull: `3656 `)
39
42
- Don't trash non-empty directories on Windows (:ghpull: `3673 `)
40
43
- Include LICENSE file in wheels (:ghpull: `3671 `)
44
+ - Don't show "0 active kernels" when starting the notebook (:ghpull: `3696 `)
41
45
42
46
Testing:
47
+
43
48
- Add find replace test (:ghpull: `3630 `)
44
- - [3335] Convert JS tests to Selenium (:ghpull: `3601 `)
49
+ - Selenium test for deleting all cells (:ghpull: `3601 `)
45
50
46
51
Thanks to the following contributors:
47
52
You can’t perform that action at this time.
0 commit comments