SQL keywords autocompletion#

JupySQL supports autocompletion of the most common SQL keywords. You can press the tab key while typing the keyword to view the list of suggestions.

Installation#

pip install jupysql --quiet

Now, start Jupyter Lab, and try out the autocomplete feature:

syntax

Known limitations#

  • It currently autocompletes all cells

  • Limited to most common SQL keywords