--py and --python should work

This commit is contained in:
Jonathan Frederic 2016-02-24 10:53:45 -08:00
parent f437042e40
commit 067e452b79

View File

@ -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"