mirror of
https://github.com/github/awesome-copilot.git
synced 2026-09-01 21:43:09 +00:00
Add Jupyter notebooks canvas extension (#2889)
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
co-authored by
Copilot App
parent
33484438eb
commit
5eaae7e2cd
@@ -0,0 +1,17 @@
|
||||
# Jupyter Notebooks Plugin
|
||||
|
||||
Create, edit, run, save, and checkpoint Jupyter notebooks in an interactive GitHub Copilot canvas.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
copilot plugin install jupyter-notebooks@awesome-copilot
|
||||
```
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot).
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
||||
"name": "jupyter-notebooks",
|
||||
"description": "Create, edit, run, save, and checkpoint Jupyter notebooks in an interactive Copilot canvas.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Pierce Boggan",
|
||||
"url": "https://github.com/pierceboggan"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"data-analysis",
|
||||
"interactive-notebooks",
|
||||
"jupyter",
|
||||
"python"
|
||||
],
|
||||
"extensions": {
|
||||
"com.github.copilot": {
|
||||
"logo": "assets/preview.png"
|
||||
},
|
||||
"com.github.awesome-copilot": {
|
||||
"extensions": [
|
||||
"./extensions/jupyter-notebooks"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user