If this is a blocker, a potential workaround would be to use the duckdb UI: duckdb -ui & connect to MotherDuck
Notebooks created in the UI are stored locally, and can be queried using:
duckdb -json ~/.duckdb/extension_data/ui/ui.db \
-c 'select title,json from ui.main.notebook_versions where expires is null'