Commit 00447c1
committed
Fix notebook URL opened in browser when redirect file not used
With `notebook~=7.0` ServerApp is responsible for launching browser, not
NotebookApp anymore. In `notebook~=6.0`, `launch_browser` will append
notebook path for opening in browser even when `use_redirect_file` is
set to `false` - unlike ServerApp, ever since 60c66b6.1 parent 1cb4116 commit 00447c1
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2777 | 2777 | | |
2778 | 2778 | | |
2779 | 2779 | | |
| 2780 | + | |
| 2781 | + | |
| 2782 | + | |
| 2783 | + | |
2780 | 2784 | | |
2781 | 2785 | | |
2782 | 2786 | | |
| |||
0 commit comments