0

I have a python script which uses some python libraries to do decrypting and encryption . Is there a way where I can invoke this script inside the webpart code.

1 Answer 1

1

No, SPFx web parts are entirely client side. You could however create an Azure function using Python and then expose an API that your SPFx web part could call:

Azure Functions Python developer guide

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.