Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deepnote (deepnote)

Deepnote is a collaborative data-science notebook and analytics/app platform. Its Public API v2 (preview) lets you programmatically run notebooks, poll execution runs, and manage projects, notebooks, files, and integrations, with notebooks also embeddable as data apps. Authentication is a workspace API key sent as a Bearer token.

APIs.json: https://raw.githubusercontent.com/api-evangelist/deepnote/refs/heads/main/apis.yml

Tags

  • Data Science
  • Notebooks
  • Analytics
  • Collaboration
  • Data Apps

Timestamps

  • Created: 2026-06-20
  • Modified: 2026-06-20

APIs

Deepnote Execution API (Notebooks/Projects)

Programmatically run an existing notebook and poll its execution run. POST /runs starts a run (optionally detached, with selected blocks, dependent blocks, and input values); GET /runs/{runId} returns run status and results. Legacy v1 execute endpoint triggers a notebook's machine. Auth is a workspace API key as a Bearer token.

Tags

  • Execution
  • Runs
  • Notebooks

Properties

Deepnote Projects API

List, create, get, and delete projects, plus create/get/delete notebooks within a project, list a notebook's historical runs, and introspect the calling API key, user, workspace, and access level via /me.

Tags

  • Projects
  • Notebooks
  • Management

Properties

Deepnote Embed

Publish and embed Deepnote notebooks and data apps in external sites and dashboards via shareable embed/app URLs. This is a publishing/embedding surface rather than a JSON REST API.

Tags

  • Embed
  • Data Apps
  • Sharing

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

About

Deepnote is a collaborative data-science notebook and analytics/app platform. Its Public API v2 (preview) lets you programmatically run notebooks, poll execution runs, and manage projects, notebooks, files, and integrations, with notebooks also embeddable as data apps. Authentication is a workspace API key sent as a Bearer token.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors