You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Path to notebook with extension that should be executed'
default: ''
params:
description: 'Path to parameters file with extension, contents should be json'
default: '{}'
isReport:
description: 'If True, will hide inputs in notebook'
default: False
poll:
description: 'If True, this will pool output every 15 seconds and displays, this is useful in cases where there is long running cells and user wants to see output after going to the page, since github actions does not show streaming from the beginning, this is a hack to get around it'