I have been facing this error while running the python script in Alteryx using the Python tool. If anyone has any solutions for this, I would love to try it out.
@Marini This has been observed when by default Jupyter uses a timeout of 30 seconds per cell execution.
You can change it by :
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Python-Tool-Timeouts-When-Running-Work...
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Python-Tool-Timeout-waiting-for-execut...
Could you please me know if this works for you ?