datasette 1.0a30

· Source: Simon Willison's Weblog · Field: Technology & Digital — Data Science & Analytics, Software Development & Engineering · Depth: Intermediate, quick

Summary

Datasette 1.0a30, an alpha release of the open-source multi-tool for exploring and publishing data, was announced on May 24th, 2026. This update introduces a significant new feature: a customizable "Jump to..." menu. Users can access this menu by pressing "/" on latest.datasette.io, which provides rapid navigation to specific databases, tables, and debug options, streamlining data exploration. A key enhancement for developers is the new jump_items_sql() plugin hook. This hook enables plugins to extend the menu by adding their own custom items, significantly enhancing Datasette's extensibility and user experience for diverse data management workflows.

Key takeaway

For data professionals using Datasette for exploration or publishing, this 1.0a30 alpha release significantly improves navigation efficiency. You should try the new "Jump to" menu (hit "/" on latest.datasette.io) to streamline access to databases and tables. If you are a plugin developer, utilize the jump_items_sql() hook. This integrates custom navigation options, enhancing your plugin's utility and Datasette's extensibility.

Key insights

Datasette 1.0a30 enhances data navigation and extensibility through a new customizable "Jump to" menu and plugin hook.

Principles

Method

Access the "Jump to" menu by hitting "/" on Datasette; extend it using the jump_items_sql() plugin hook to add custom items.

In practice

Topics

Best for: Data Scientist, Data Engineer, Software Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Simon Willison's Weblog.