SQL keywords autocompletion#

Note

This feature is new and we’re looking for feedback, please join our Slack and share your thoughts!

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 jupysql-plugin --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