diff --git a/notebook/notebookapp.py b/notebook/notebookapp.py index 8d3581c19..dbfb4f14a 100755 --- a/notebook/notebookapp.py +++ b/notebook/notebookapp.py @@ -353,14 +353,6 @@ class NbserverStopApp(JupyterApp): kill_cmd='kill' kill_signal='-3' - flags = dict( - json=({'NbserverStopApp': {'json': True}}, - "Produce machine-readable JSON output."), - ) - - json = Bool(True, config=True, - help="If True, each line of output will be a JSON object with the " - "details from the server info fpyile.") port = Integer(8888, config=True, help="Port of the server to be killed. Default 8888")