Skip to content

Commit 2884afc

Browse files
committed
Describe the --py flag for uninstall command
1 parent d992f42 commit 2884afc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

notebook/nbextensions.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,10 @@ class UninstallNBExtensionApp(BaseExtensionApp):
737737
e.g.::
738738
739739
jupyter nbextension uninstall myext --require myext/main
740+
741+
If you use the --py or --python flag, the name should be a Python module.
742+
It will uninstall nbextensions listed in that module, but not the module
743+
itself (which you should uninstall using a package manager such as pip).
740744
"""
741745

742746
examples = """

0 commit comments

Comments
 (0)