I have just installed jupyter_contrib_nbextensions
by:
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
When I open a jupyter notebook and navigate to Edit -> nbextensions config, I see the below screen:
All extensions are marked as "possibly incompatible". A solution is to uncheck the option: "disable configuration for nbextensions without explicit compatibility". But is it safe? Any ideas why the nbextensions
are incombatible?
My package versions are:
jupyter==1.0.0
notebook==6.0.1
jupyter-contrib-nbextensions==0.5.1