The article directories

  • My operating environment
  • Install nbextensions
  • Install nbextensions_configurator

My operating environment

Centos7, docker image

Install nbextensions

pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
Copy the code

Install nbextensions_configurator

pip install jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user
Copy the code

If a dependency is missing, install the dependency using PIP.

Restart Jupyter, and on the main page that appears, you can see that the Nbextensions TAB is added. In this page, check Hinterland to enable code autocomplete.