Notes on the DuckDB UI
DuckDB recently shipped with a new local UI package[1]. It allows users to visualize DuckDB databases as well as run SQL queries through embedded notebooks.
You can start the UI by running duckdb -ui in the terminal which starts an http server on port 4213 by default.
$ duckdb -ui