I like Jupyter Notebook for many reasons. Jupyter Notebook makes Machine learning models more readable. But it’s not having Intellisense by default.
It’s quite easy to enable Intellisense in Jupyter Notebook.
Add the below line at the top of the notebook.
%config IPCompleter.greedy=True
Press TAB to get the suggestions.
