filmov
tv
How to Configure Jupyter Notebook for Autocomplete Without Hitting Tab
![preview_player](https://i.ytimg.com/vi/lwln-zFziG8/maxresdefault.jpg)
Показать описание
This is a really nice feature for Jupyter book, especially this will save a lot of time for invalid variables names issues. Following are the executed commands.
# Step 00 :) - Install Jupyter
# Step01 - Install tabnine Python
python -m pip install jupyter-tabnine --user
# Step02 - Install tabnine Jupyter extention
jupyter nbextension install --py jupyter_tabnine --user
# Step03 - Enable tabnine in Jupyter
jupyter nbextension enable --py jupyter_tabnine --user
# Step04 - Enable tabnine server extention for Jupyter
jupyter serverextension enable --py jupyter_tabnine --user
Happy Learning :)
# Step 00 :) - Install Jupyter
# Step01 - Install tabnine Python
python -m pip install jupyter-tabnine --user
# Step02 - Install tabnine Jupyter extention
jupyter nbextension install --py jupyter_tabnine --user
# Step03 - Enable tabnine in Jupyter
jupyter nbextension enable --py jupyter_tabnine --user
# Step04 - Enable tabnine server extention for Jupyter
jupyter serverextension enable --py jupyter_tabnine --user
Happy Learning :)