Slackbot
02/01/2023, 3:01 PMEduardo
class: TaskRunner
this way you don't need the output notebook
docs: https://docs.ploomber.io/en/latest/api/_modules/tasks/ploomber.tasks.ScriptRunner.html#ploomber-tasks-scriptrunner
let me know if this fixes it!Eduardo
Nil
02/01/2023, 3:35 PMclass: ScriptRunner
Nil
02/01/2023, 4:15 PMclass: ScriptRunner
, the python files can not import files from another directory. This behaviour is not observed with the default NotebookRunnerEduardo
Nil
02/01/2023, 4:21 PMfrom common.lib import base64
and I get ModuleNotFoundError: No module named 'common'
common being a different directory in the project treeEduardo
Nil
02/01/2023, 4:31 PMEduardo
Nil
02/01/2023, 4:49 PMEduardo
Nil
02/01/2023, 5:14 PMEduardo