mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
--py and --python should work
This commit is contained in:
parent
f437042e40
commit
067e452b79
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user