Skip to content

Commit 6431b57

Browse files
Update extension list
1 parent 7a542d4 commit 6431b57

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

extensions.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,39 @@
476476
"Jump Start"
477477
]
478478
},
479+
{
480+
"name": "stock-dashboard-python",
481+
"title": "Stock Pricing Dashboard using Python Dash",
482+
"description": "A Dash application makes it easy to transform your analysis into an interactive dashboard using Python so users can ask and answer questions in real-time, without having to touch any code.",
483+
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/stock-dashboard-python",
484+
"latestVersion": {
485+
"version": "1.0.0",
486+
"released": "2025-05-14T12:53:16Z",
487+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/stock-dashboard-python%40v1.0.0/stock-dashboard-python.tar.gz",
488+
"minimumConnectVersion": "2025.04.0",
489+
"requiredEnvironment": {
490+
"python": {
491+
"requires": "~=3.9"
492+
}
493+
}
494+
},
495+
"versions": [
496+
{
497+
"version": "1.0.0",
498+
"released": "2025-05-14T12:53:16Z",
499+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/stock-dashboard-python%40v1.0.0/stock-dashboard-python.tar.gz",
500+
"minimumConnectVersion": "2025.04.0",
501+
"requiredEnvironment": {
502+
"python": {
503+
"requires": "~=3.9"
504+
}
505+
}
506+
}
507+
],
508+
"tags": [
509+
"Jump Start"
510+
]
511+
},
479512
{
480513
"name": "usage-metrics-dashboard",
481514
"title": "Usage Metrics Dashboard",
@@ -514,4 +547,4 @@
514547
"tags": []
515548
}
516549
]
517-
}
550+
}

0 commit comments

Comments
 (0)