Home > other >  Jupyter notebook nbextensions inside the following option is grey, unable to check
Jupyter notebook nbextensions inside the following option is grey, unable to check

Time:11-15

In order to jupyter notebook inside use auto-complete function, according to the tutorial installed the following configuration:
PIP install jupyter_contrib_nbextensions
Jupyter contrib nbextension install - user
PIP install - user jupyter_nbextensions_configurator
Jupyter nbextensions_configurator enable -- user

The jupyter notebook can already see nbextensions label inside, but the options are not optional gray inside, for help on how to handle?

CodePudding user response:

Disable the front, the box can be chose, picking on the hook

CodePudding user response:

reference 1st floor is roar's reply:
disable the front, the box can be chose, picking on the hook

If the box, then select the option below, so although can hook, but there is no effective,
I think everyone is after check the disable option, hooked on to work again, however, my side is grey

CodePudding user response:

The original poster to find the problem where, I also am this kind of circumstance

CodePudding user response:

Hello, I also met this problem, I found a solution in the stackoverflow, https://stackoverflow.com/questions/58146683/all-jupyter-contrib-nbextensions-are-marked-as-possibly-incompatible/58146865#58146865
If your jupyter notebook is 6.0.0 version, should be the problem of version are not compatible, you can install a lower version of jupyter notebook give it a try,
PIP uninstall notebook
(will let you again after confirm y/n, lose y)
PIP install notebook==5.7.8 -i https://pypi.tuna.tsinghua.edu.cn/simple/
Then open the jupyter notebook should have this problem,
  • Related