As a follow-up to #44, I wonder whether it's possible to get syntax highlighting in the jupyter cells.
Currently it inherits from python:

There's a discussion here on this, which links to jupyter-lsp/jupyterlab-lsp#553, which looks good, and not too involved, to get %%bigquery working. They have the advantage that there's already available syntax for SQL. I would hope that we could reuse one of our many existing definitions, but I've said that a few times before about syntax definitions :)
As a follow-up to #44, I wonder whether it's possible to get syntax highlighting in the jupyter cells.
Currently it inherits from python:

There's a discussion here on this, which links to jupyter-lsp/jupyterlab-lsp#553, which looks good, and not too involved, to get
%%bigqueryworking. They have the advantage that there's already available syntax for SQL. I would hope that we could reuse one of our many existing definitions, but I've said that a few times before about syntax definitions :)