microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
8aca44624e6d8c8a54051ca7d7fbdd1b27b9073f

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

collections/data-science.collection.yml

29lines · modecode

1id: data-science
2name: Data Science
3description: Data specification generation, Jupyter notebooks, and Streamlit dashboards
4tags:
5 - data
6 - jupyter
7 - streamlit
8 - dashboards
9 - visualization
10 - data-science
11items:
12 # Agents
13 - path: .github/agents/data-science/gen-data-spec.agent.md
14 kind: agent
15 - path: .github/agents/data-science/gen-jupyter-notebook.agent.md
16 kind: agent
17 - path: .github/agents/data-science/gen-streamlit-dashboard.agent.md
18 kind: agent
19 - path: .github/agents/data-science/test-streamlit-dashboard.agent.md
20 kind: agent
21 # Instructions
22 - path: .github/instructions/coding-standards/python-script.instructions.md
23 kind: instruction
24 - path: .github/instructions/coding-standards/uv-projects.instructions.md
25 kind: instruction
26 - path: .github/instructions/shared/hve-core-location.instructions.md
27 kind: instruction
28display:
29 ordering: manual
30