Add Jupyter notebooks canvas extension (#2889)

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Pierce Boggan
2026-09-01 15:05:04 +10:00
committed by GitHub
co-authored by Copilot App
parent 33484438eb
commit 5eaae7e2cd
10 changed files with 4015 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "jupyter-notebooks",
"version": "1.0.0",
"type": "module",
"main": "extension.mjs",
"description": "Create, edit, run, save, and checkpoint Jupyter notebooks in an interactive Copilot canvas.",
"keywords": [
"data-analysis",
"interactive-notebooks",
"jupyter",
"python"
],
"dependencies": {
"@github/copilot-sdk": "latest"
}
}