It would be really helpful to have the following nbextension/server extension commands: ``` jupyter nbextension disable --all jupyter nbextension uninstall --all jupyter serveretension disable --all ``` that work with the different scope flags (`--user`, `--sys-prefix`, etc).