Zaheer. Sadaf (Enterprise Services) Welcome to Microsoft Q&A forum!
I want to create folders on Notebook folder hierarchy from python script which is being executed as job.
There are two python models 1)would be creating folders to store images after first level tagging 2) second model would be reading from certain folder of tagged images to tag them further. But I have observed that container gets created on job level and folders are created on that container and the moment job ends folders gone - whole process is not visible to me. I want to create those folder on my notebook folder's hierarchy - how to do this?
A job will use the storage linked to workspace to process any data. Did you consider using a Storage explorer rather than using notebooks because at notebook level the folder structure is displayed as per user directory and not at workspace level.