We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca21c38 + 146acad commit 62a290fCopy full SHA for 62a290f
docs/source/server-process.md
@@ -129,8 +129,8 @@ the following keys:
129
130
### `new_browser_tab`
131
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.
+_JupyterLab only_ - _True_ (default) if the proxied server URL should be opened in a new browser tab.
+_False_ if the proxied server URL should be opened in a new JupyterLab tab.
134
135
If _False_, the proxied server needs to allow its pages to be rendered in an iframe. This
136
is generally done by configuring the web server `X-Frame-Options` to `SAMEORIGIN`.
0 commit comments