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
The Scheduled job failed to produce results if the scheduled notebook need to import modules from same folder.
Folder 1
scheduled_notebook
module1.py
module2.py
if my scheduled_notebook needs to read modlue1 and module2 from the same folder, the run will fault with 'Execution using papermill encountered an exception here and stopped: ModuleNotFoundError:.."
The text was updated successfully, but these errors were encountered:
Same issue here. Even I put them as site-packages, it still didn't work.
I am now doing a silly way -- putting all modules in main.ipynb. Obviously, this is not good. Another way maybe need to create customize container and pre-build the modules inside it.
Hope anyone can provide a better solution.
The Scheduled job failed to produce results if the scheduled notebook need to import modules from same folder.
Folder 1
scheduled_notebook
module1.py
module2.py
if my scheduled_notebook needs to read modlue1 and module2 from the same folder, the run will fault with 'Execution using papermill encountered an exception here and stopped: ModuleNotFoundError:.."
The text was updated successfully, but these errors were encountered: