How-to | Enable auto-completion in a Jupyter notebook#

You have auto-complete in Jupyter notebooks like you have in any other Jupyter environment.

  1. Simply hit the Tab key while writing code. This will open a menu with suggestions.

  2. Hit Enter to choose the suggestion.

  3. Hit Shift + Tab once inside the parentheses of a method to view the method’s signature and docstring. Do this twice to expand the tooltip.

Dataiku screenshot of auto-completion in a Jupyter notebook.

See also