jupyter install plug-ins to achieve code hinting

1

pip install jupyter_contrib_nbextensions

jupyter contrib nbextension install  --user

 

2.

pip install --user jupyter_nbextensions_configurator

jupyter nbextensions_configurator enable --user

 

3. The successful installation at http: appears Nbextensions 8888 / tree in: // localhost

 

Restart notebook

Check the following successful configuration

Guess you like

Origin www.cnblogs.com/hmy-666/p/12482584.html