Skip to content

Commit 5698572

Browse files
committed
Clear all cells before executing notebook in the ci
1 parent d1c749c commit 5698572

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/automated-notebook-run-script.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def main():
8686
time.sleep(1)
8787

8888
notebook_area.click()
89+
actions.context_click(notebook_area).pause(0.1).send_keys(Keys.DOWN * 9).pause(0.1).send_keys(Keys.ENTER).pause(0.1).perform()
8990

9091
# Select Kernel based on input
9192
kernel_button = driver.find_element(

0 commit comments

Comments
 (0)