Is there a method to execute a python script in my .ts file? I have used Python Shell with Node.js before, but I can’t seem to get it working with my v2 project.
I’m not sure how to import python shell into my project. I’ve tried running browserify on index.js
from the python shell repository and including the file in index.html
, but when I keep getting 'Python Shell is undefined'
. It seems like it is not being exported properly.
If anyone has a solution, please let me know! Thanks!