Running Python in PostMan

Greetings,

Postman outputs code for the project in Curl, Python, etc.

This maybe a really stupid question, how do I launch the Python script within Postman??
I don’t see any option to run the Python code from Postman??

I would appreciate any pointers.

Regards,

Clive

you cannot , postman runs in a nodejs sandbox . The sandbox supports below nodejs module

It doesn’t have any python support