The source project of this merge request has been removed.
Check if output folder exists, otherwise create it
I tried running the notebook and got an error related to path not found. Log file should be created under output folder, but it doesn't exist on the first run unless you create it manually.
This PR solves the problem by checking if folder exists and creates it otherwise.