Posts

Showing posts from December, 2020

jupyter nootbook autocomplete

  Adding autocomplete feature to jupyter notebook step 1: Open anaconda prompt and run the following commands 1) pip install jupyter_contrib_nbextensions 2) pip install jupyter_nbextensions_configurator 3) jupyter contrib nbextension install --system / user 4) jupyter nbextensions_configurator enable --system /user step 2: Open jupyter notebook - click on nbextensions tab - unckeck disable configuration for nbextensions without explicit compatibility - put a check on Hinterland step 3: Open new python file and check autocomplete feature