Activating Autocomplete in Anaconda | Autocomplete in jupyter Notebook

preview_player
Показать описание
Jupyter notebook

step 1:
Open anaconda prompt and run the following commands
==================================================
command1
1) pip install jupyter_contrib_nbextensions
command2
2) pip install jupyter_nbextensions_configurator
command3
3) jupyter contrib nbextension install --user
command4
4) jupyter nbextensions_configurator enable --user

step 2: Open jupyter notebook
================================

a new tab will be added in your home page (Files, Running, Clusters, Nbextensions)

b)now click on nbextensions tab from the home tab

c)unckeck disable configuration for nbextensions ...........

c)search for Hinterland (select check option with Hinterland)

autocomplete is set up in ancaonda open python file and check
Рекомендации по теме
Комментарии
Автор

You have given easy solution to my difficult problem. Thank you so much.

sukeshkumar
Автор

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for jupyter_contrib_nbextensions

Failed to build jupyter_contrib_nbextensions
ERROR: Could not build wheels for jupyter_contrib_nbextensions, which is required to install pyproject.toml-based projects

anirudh
Автор

it's really helpful for me, thank you sir :)

masa
Автор

hinterland option not visible in my jupiter notebook page ....what to do. give solution

gudvijaya
Автор

Does it work with Jupyter notebook 6.5.4 ?

anirudh