Project settings get a new home, @ mentions, Trash, & smarter schedules
A new home for project settings
Project settings have moved, here's where to find what.
Before: project files, integrations, and the machine picker lived in the left side panel, always visible.
Now: they live in a panel on the right, which opens when you click Settings in the top right of the screen. The same panel includes a new Triggers section, which exposes ways to run a notebook automatically or remotely.
The goal is less clutter in the default view, so notebooks stay front and center.
Self-pausing schedules
Scheduled notebooks can now pause themselves after a configurable number of consecutive failures, instead of failing forever and burning compute. It's on by default when you create a new schedule.
EU-hosted OpenAI models for Enterprise
Enterprise customers can now use OpenAI models hosted in the EU, served through Azure's Sweden Central region. If your compliance requirements mean AI processing has to stay in the EU, this one's for you.
@ mentions in notebooks
You can now mention integrations and projects directly in text blocks. Type @ in a paragraph, list, or callout and a picker opens — with typeahead, so you can find the right resource fast.
- Project chips link straight to that project.
- If a mentioned resource gets removed, its chip shows in red.
- Every chip carries the resource ID, so AI agents know unambiguously which integration or project you're referring to.
Trash folder
When you accidentally delete a project, you no longer have to reach out to support. Just restore it from Trash.
API & MCP updates
- Duplicate notebooks programmatically — a new
POST /notebooks/{notebookId}/duplicateendpoint in the v2 API, with a matchingduplicate_notebookMCP tool. - Link generation for agents — a new
generate_project_urlMCP tool lets agents generate URLs for Deepnote projects and notebooks, so they can hand you a link to what they've built.