From 067e452b791e4778f335abd46ade6373f72e83f0 Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Wed, 24 Feb 2016 10:53:45 -0800 Subject: [PATCH] --py and --python should work --- notebook/nbextensions.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/notebook/nbextensions.py b/notebook/nbextensions.py index 3483e227a..851c3e94d 100644 --- a/notebook/nbextensions.py +++ b/notebook/nbextensions.py @@ -300,6 +300,11 @@ flags = { }}, "Use sys.prefix as the prefix for installing nbextensions" ), "py" : ({ + "InstallNBExtensionApp" : { + "python" : True, + }}, "Install from a Python package (alias for --python)" + ), + "python" : ({ "InstallNBExtensionApp" : { "python" : True, }}, "Install from a Python package"