I install with
% pip install jupyter_contrib_nbextensions
% jupyter contrib nbextension install --user
I uninstall with
% jupyter contrib nbextension uninstall --user
% pip uninstall jupyter_contrib_nbextensions
One step more is needed to remove the configurator
% jupyter nbextensions_configurator disable
网友评论