[Switch] Jupyter Notebooks automatic code completion (miniconda)

 

cmd into the installation miniconda / Scripts: Execute the following command 

jupyter notebook automatic code completion, first install  nbextensions

pip3 install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user

Then install  nbextensions_configurator

pip install jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user

After installing the above package, start jupyte, you will be surprised to find more than a Nbextensions label item, click Nbextensions,

Check Hinterland, so it enabled automatic code completion

Guess you like

Origin www.cnblogs.com/zsgyx/p/11961538.html