Jupyter Notebook automatic code completion functions to achieve


Jupyter notebook using code completion, you need to install nbextensions main plug. This is a function that contains the majority of plug-ins.

First, enter the command line environment, execute:

       The first step: pip install jupyter_contrib_nbextensions

       Step two: jupyter contrib nbextension install --user


Second, the need to complete some configuration nbextensions continue to implement:

       The first step: pip install --user jupyter_nbextensions_configurator

       Step two: jupyter nbextensions_configurator enable --user


Third, open the notebook or restart or refresh, or appear nbextensions options.

       Check-demand function. After the completion of the code automatically refresh can choose Hinterland. As shown below

Automatic code completion feature to achieve it 

Published 39 original articles · won praise 8 · views 9172

Guess you like

Origin blog.csdn.net/cxd3341/article/details/103814396