File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -408,8 +408,7 @@ ServerApp.pylab : Unicode
408408ServerApp.quit_button : Bool
409409 Default: ``True ``
410410
411- If True, display a button in the dashboard to quit
412- (shutdown the Jupyter server).
411+ If True, display controls to shut down the Jupyter server, such as menu items or buttons.
413412
414413ServerApp.rate_limit_window : Float
415414 Default: ``3 ``
Original file line number Diff line number Diff line change @@ -1020,8 +1020,7 @@ def template_file_path(self):
10201020 )
10211021
10221022 quit_button = Bool (True , config = True ,
1023- help = """If True, display a button in the dashboard to quit
1024- (shutdown the Jupyter server)."""
1023+ help = """If True, display controls to shut down the Jupyter server, such as menu items or buttons."""
10251024 )
10261025
10271026 contents_manager_class = Type (
You can’t perform that action at this time.
0 commit comments