Skip to content

Commit 62a290f

Browse files
authored
Merge pull request #470 from ryanlovett/docs-new-browser-tab
Document the correct default value for new_browser_tab.
2 parents ca21c38 + 146acad commit 62a290f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/server-process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ the following keys:
129129

130130
### `new_browser_tab`
131131

132-
_JupyterLab only_ - _True_ if the proxied server URL should be opened in a new browser tab.
133-
_False_ (default) if the proxied server URL should be opened in a new JupyterLab tab.
132+
_JupyterLab only_ - _True_ (default) if the proxied server URL should be opened in a new browser tab.
133+
_False_ if the proxied server URL should be opened in a new JupyterLab tab.
134134

135135
If _False_, the proxied server needs to allow its pages to be rendered in an iframe. This
136136
is generally done by configuring the web server `X-Frame-Options` to `SAMEORIGIN`.

0 commit comments

Comments
 (0)