Enable Autocomplete Features For Python File Editor On JupyterLab

preview_player
Показать описание
If you don't see the Python code completion when using the text editor in JupyterLab, feel free to follow along with this video.

The whole process of creating virtual environment, installing Jupyterlab, enabling Jupyterlab Language Server, Jedi-Completion plugin, are thoroughly demonstrated in this video.

By the end of this video, you should be able to activate the autocomplete features when using the text editor in JupyterLab.

Handle:

Support me:
Рекомендации по теме
Комментарии
Автор

Great stuff. I've been using Ipython but I think it compiles code directly rather then interpreting preventing early terminations when required. Python3 is still flexible in such scenarios.

BobbyTerupo