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 7070 "py_src" : "robotkernel" ,
7171 "src" : "resources/starter/quickstart-starter.ipynb"
7272 },
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- },
8073 "robotkernel-tutorial" : {
8174 "label" : "Tutorial" ,
8275 "description" : "Tutorial for Robot Framework on Jupyter" ,
8376 "type" : "copy" ,
8477 "py_src" : "robotkernel" ,
8578 "src" : "resources/notebooks/tutorial" ,
8679 "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 )
8787 }
8888 }
8989 }
Original file line number Diff line number Diff line change 22${XP LAUNCH SECTION } xpath://h2[contains(@class, 'jp-Launcher-sectionTitle')][text() = 'Starters']
33${CSS LAUNCH CARD } css:[data-category\="Starters"]
44${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 "]
66${XP FILE TREE ITEM } xpath://span[contains(@class, 'jp-DirListing-itemText')]
77${XP FILE TREE TUTORIAL } ${XP FILE TREE ITEM } \[text() = 'tutorial']
88${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