Unable to find cxldata folder

Hi, i am not able to find ‘cxldata’ folder in my Lab, please let me know how to get these files

It is in top level directory. From linux console, you can see it by either using ‘ls /’ or ‘ls /cxldata’

If you are in Jupyter notebook, you can’t see it in the files because the files UI of Jupyter notebook does not show anything above your home directory. But, in python notebook, you can execute unix command to see the file list by putting an exclaimation for example: !ls /cxldata

Hope this helps.