Skip to content

Commit e4ded03

Browse files
committed
feat: Update the package description.
1 parent a6269b3 commit e4ded03

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

package.json

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "jupyter",
3-
"displayName": "Jupyter",
4-
"version": "2025.8.0",
5-
"description": "Jupyter notebook support, interactive programming and computing that supports Intellisense, debugging and more.",
6-
"publisher": "ms-toolsai",
2+
"name": "vscode-deepnote",
3+
"displayName": "Deepnote",
4+
"version": "0.1.0",
5+
"description": "Deepnote notebook support.",
6+
"publisher": "Deepnote",
77
"author": {
8-
"name": "Microsoft Corporation"
8+
"name": "Deepnote"
99
},
1010
"extensionPack": [
1111
"ms-toolsai.jupyter-keymap",
@@ -14,15 +14,15 @@
1414
"ms-toolsai.vscode-jupyter-cell-tags"
1515
],
1616
"license": "MIT",
17-
"homepage": "https://github.com/Microsoft/vscode-jupyter",
17+
"homepage": "https://github.com/deepnote/vscode-deepnote",
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/Microsoft/vscode-jupyter"
20+
"url": "https://github.com/deepnote/vscode-deepnote"
2121
},
2222
"bugs": {
23-
"url": "https://github.com/Microsoft/vscode-jupyter/issues"
23+
"url": "https://github.com/deepnote/vscode-deepnote/issues"
2424
},
25-
"qna": "https://github.com/microsoft/vscode-jupyter/discussions",
25+
"qna": "https://github.com/deepnote/vscode-deepnote/discussions",
2626
"icon": "icon.png",
2727
"galleryBanner": {
2828
"color": "#ffffff",
@@ -36,6 +36,9 @@
3636
"workspace"
3737
],
3838
"keywords": [
39+
"deepnote",
40+
"data science",
41+
"data-science",
3942
"jupyter",
4043
"notebook",
4144
"notebookKernelJupyterNotebook",

0 commit comments

Comments
 (0)