From 2884afc3cbb76c76532a3407aa98d83e1020da87 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Mon, 7 Aug 2017 10:55:12 +0100 Subject: [PATCH] Describe the --py flag for uninstall command --- notebook/nbextensions.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/notebook/nbextensions.py b/notebook/nbextensions.py index 631d27ee8..f9c757960 100644 --- a/notebook/nbextensions.py +++ b/notebook/nbextensions.py @@ -737,6 +737,10 @@ class UninstallNBExtensionApp(BaseExtensionApp): e.g.:: jupyter nbextension uninstall myext --require myext/main + + If you use the --py or --python flag, the name should be a Python module. + It will uninstall nbextensions listed in that module, but not the module + itself (which you should uninstall using a package manager such as pip). """ examples = """