From 160c6f8f3812bac29c11df4cedba1d86230dffb6 Mon Sep 17 00:00:00 2001 From: Antonio Rojas Date: Mon, 7 Apr 2025 22:48:14 +0200 Subject: [PATCH] cli: remove default from -n argument --- src/sage/cli/notebook_cmd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sage/cli/notebook_cmd.py b/src/sage/cli/notebook_cmd.py index 4ae2555b81f..8b029516a64 100644 --- a/src/sage/cli/notebook_cmd.py +++ b/src/sage/cli/notebook_cmd.py @@ -23,7 +23,6 @@ def extend_parser(parser: argparse.ArgumentParser): nargs="?", const="jupyter", choices=["jupyter", "jupyterlab"], - default="jupyter", help="start the Jupyter notebook server (default: jupyter)", )