How can I call my Python function in my javaScript file?
I want to use my Python function in JavaScript. Obviously, my code is more complicated than demonstrated below, but this is the smallest base on which I was able to replicate the problem: main.mjs dbutils.notebook.run("./aPythonFile.py", 5, {"parameter1": "helloWorld"}) aPythonFile.py: def…