You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
Thinking about this more, I'm wondering if automatically closing the tab might be a bit too aggressive.
For example we could imagine someone running something in the terminal, and expecting to keep the output of a command displayed on the screen. Ideally we would find a way to replicate the behavior of the classic notebook and keep the terminal widget displayed on the page after exit. Although it's true that in JupyterLab the terminal widget is just disposed.
Problem
When exiting a terminal by entering
exit
, it would be nice for the window tab to close as well.Currently, the user is left with an empty page:
Proposed Solution
Maybe use:
Additional context
That would match JupyterLab's behavior (for which the tab is closed).
The text was updated successfully, but these errors were encountered: