deepnote
v0.1.5Use Deepnote's collaborative data workspace to explore data, automate notebooks and SQL workflows, and turn analysis into shareable results.
By DeepnoteLicense: Apache-2.05.2k GitHub starsUpdated 4 weeks ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 5 skill or MCP entries
- Source updated
- Aug 26, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install deepnote for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add deepnote@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/openai/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/deepnote/.
Plugin files
├── .codex-plugin/plugin.json├── skills/deepnote/SKILL.md├── skills/deepnote-data-execution/SKILL.md├── skills/deepnote-links/SKILL.md├── skills/deepnote-notebook-editing/SKILL.md└── skills/deepnote-notebooks/SKILL.md
Included Skills5
Use when a task mentions Deepnote, the connected Deepnote app, Deepnote OAuth connection, Deepnote docs, projects, workspaces, notebooks, blocks, integrations, or notebook runs.
Use when running Deepnote notebooks, inspecting notebook inputs, reviewing integration references and cached table structure, listing run history, or interpreting run status and snapshot outputs through the Deepnote app tools.
Use when a task asks for Deepnote URLs, links, project links, notebook links, workspace links, share links, UTM/campaign links, or when a Deepnote response should include clickable links built from Deepnote app project, notebook, or workspace data.
Use when creating Deepnote projects or notebooks, adding or updating blocks or cells, moving existing blocks, scaffolding notebook content, inserting SQL/code/markdown/input blocks, or otherwise editing notebook structure through the Deepnote app tools.
Use when reading, reviewing, inspecting, or reasoning about hosted Deepnote notebooks, blocks, inputs, SQL, Python, or notebook outputs through the Deepnote app tools.
Plugin manifests1
{
"name": "deepnote",
"version": "0.1.5",
"description": "Use Deepnote's collaborative data workspace to explore data, automate notebooks and SQL workflows, and turn analysis into shareable results.",
"author": {
"name": "Deepnote",
"url": "https://deepnote.com"
},
"homepage": "https://deepnote.com",
"repository": "https://github.com/openai/plugins/tree/main/plugins/deepnote",
"license": "Apache-2.0",
"keywords": [
"deepnote",
"chatgpt-app",
"openai",
"notebooks",
"data",
"analytics"
],
"skills": "./skills/",
"apps": "./.app.json",
"interface": {
"displayName": "Deepnote",
"shortDescription": "Explore data and automate analysis in Deepnote",
"longDescription": "Deepnote gives teams a collaborative workspace for notebooks, SQL, apps, and data workflows. This plugin helps OpenAI work with connected Deepnote projects, inspect and run notebooks, and turn workspace context into useful analysis and shareable results.",
"developerName": "Deepnote",
"category": "Data & Analytics",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://deepnote.com",
"privacyPolicyURL": "https://deepnote.com/privacy",
"termsOfServiceURL": "https://deepnote.com/terms",
"defaultPrompt": [
"Summarize my Deepnote workspace and recent notebook activity",
"Explore active data connections to my Deepnote workspace",
"Create a notebook exploring S&P 500 vs. Nasdaq gains over the last 5 years"
],
"brandColor": "#3793EF",
"composerIcon": "./assets/composer.svg",
"logo": "./assets/logo.png",
"logoDark": "./assets/logo-dark.png",
"screenshots": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[deepnote on Agent Plugins Marketplace](https://pluginsmp.com/plugins/deepnote)