Python scope activity doesn't work , when code is running it doesn't allow to go inside the python scope and neither giving any error , how to solve this?

@Bh_P

till version 3.10 it works…3.11 as of now I also faced issues…so I believe we have to wait

and for remaining issues when you see one or more errors…please open the locals panel and check the exception details it will show you the exact error

please use this and check the python path and use the same

import os
import sys
os.path.dirname(sys.executable)

and I hope pandas is installed

few resources here

cheers