We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e312d7e commit f989125Copy full SHA for f989125
DirectProgramming/DPC++/Jupyter/oneapi-essentials-training/00_Introduction_to_Jupyter/sample.json
@@ -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