Skip to content

Commit f989125

Browse files
authored
adding sample.json
Test 1 to pass automated scans
1 parent e312d7e commit f989125

File tree

1 file changed

+21
-0
lines changed
  • DirectProgramming/DPC++/Jupyter/oneapi-essentials-training/00_Introduction_to_Jupyter

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"guid": "*448610ce-5ee8-4802-920e-7b421fcd5339*",
3+
"name": "*Introduction to Jupyer Notebooks*",
4+
"categories": ["DirectProgramming/DPC++/Jupyter/oneapi-essentials-training"],
5+
"description": "The implementation of simple C++ code to test Jupyter Notebook functionality.",
6+
"builder": ["cli"],
7+
"languages": [{
8+
"python": {}
9+
}],
10+
"os": ["linux"],
11+
"ciTests": {
12+
"linux": [{
13+
"id": "model_zoo_sample_test",
14+
"steps": [
15+
"./run_hello.sh",
16+
"pip install runipy",
17+
"Introduction_to_Jupyter.ipynb"
18+
]
19+
}]
20+
}
21+
}

0 commit comments

Comments
 (0)