File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 70
70
"py_src" : "robotkernel" ,
71
71
"src" : "resources/starter/quickstart-starter.ipynb"
72
72
},
73
- "robotkernel-examples" : {
74
- "type" : "copy" ,
75
- "label" : "More Robot Kernel Examples" ,
76
- "description" : "Examples of using robotkernel" ,
77
- "icon" : SVG .read_text ().replace ("jp-icon2" , "jp-icon-contrast1" ),
78
- "src" : str (EXAMPLES )
79
- },
80
73
"robotkernel-tutorial" : {
81
74
"label" : "Tutorial" ,
82
75
"description" : "Tutorial for Robot Framework on Jupyter" ,
83
76
"type" : "copy" ,
84
77
"py_src" : "robotkernel" ,
85
78
"src" : "resources/notebooks/tutorial" ,
86
79
"icon" : SVG .read_text ().replace ("jp-icon3" , "jp-icon-contrast3" )
80
+ },
81
+ "robotkernel-examples" : {
82
+ "type" : "copy" ,
83
+ "label" : "Samples" ,
84
+ "description" : "Miscellanous examples of using RobotKernel" ,
85
+ "icon" : SVG .read_text ().replace ("jp-icon2" , "jp-icon-contrast1" ),
86
+ "src" : str (EXAMPLES )
87
87
}
88
88
}
89
89
}
Original file line number Diff line number Diff line change 2
2
${XP LAUNCH SECTION } xpath://h2[contains(@class, 'jp-Launcher-sectionTitle')][text() = 'Starters']
3
3
${CSS LAUNCH CARD } css:[data-category\="Starters"]
4
4
${CSS LAUNCH CARD TUTORIAL } ${CSS LAUNCH CARD } \[title\="Tutorial for Robot Framework on Jupyter"]
5
- ${CSS LAUNCH CARD EXAMPLES } ${CSS LAUNCH CARD } \[title\="Examples of using robotkernel "]
5
+ ${CSS LAUNCH CARD EXAMPLES } ${CSS LAUNCH CARD } \[title\="Miscellanous examples of using RobotKernel "]
6
6
${XP FILE TREE ITEM } xpath://span[contains(@class, 'jp-DirListing-itemText')]
7
7
${XP FILE TREE TUTORIAL } ${XP FILE TREE ITEM } \[text() = 'tutorial']
8
8
${XP FILE TREE TUTORIAL 00 } ${XP FILE TREE ITEM } \[text() = '00 Keyboard Shortcuts.ipynb']
You can’t perform that action at this time.
0 commit comments