jupyter notebook plugins code example
Example 1: download nbextensions
pip install jupyter_contrib_nbextensions
Example 2: jupyter notebook extensions
conda install -c conda-forge jupyter_contrib_nbextensions
Example 3: jupyter notebook extensions
pip install jupyter_contrib_nbextensions && jupyter contrib nbextension install