Closed ryanlovett closed 7 months ago
The docs for new_browser_tab say:
JupyterLab only - True if the proxied server URL should be opened in a new browser tab. False (default) if the proxied server URL should be opened in a new JupyterLab tab.
However, the default is actually True.
There was discussion of this in #198 where the conclusion was to set it to be True by default. (even though the issue title states it should be False)
So I think this just needs to be fixed in the docs.
The docs for new_browser_tab say:
However, the default is actually True.
There was discussion of this in #198 where the conclusion was to set it to be True by default. (even though the issue title states it should be False)
So I think this just needs to be fixed in the docs.