Intellisense in Jupyter Notebook

Data Geek
1 min readAug 15, 2020

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.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Data Geek
Data Geek

Written by Data Geek

I write about Python, Unix, Data Engineering, and Automation Testing.

No responses yet

Write a response