Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information