We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d992f42 commit 2884afcCopy full SHA for 2884afc
notebook/nbextensions.py
@@ -737,6 +737,10 @@ class UninstallNBExtensionApp(BaseExtensionApp):
737
e.g.::
738
739
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).
744
"""
745
746
examples = """
0 commit comments