Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Require Python File From JavaScript

This example demonstrates loading Python modules from JavaScript using require.

This example uses three files: main.py my-javascript-module.js my-python-module.py

main.py requires my-javascript-module.js which requires my-python-module.py.