I have seen an instruction on Microsoft docs that we pack the python script of code as :
let code = ''' if 1:
*...*
'''
table_name
| evaluate python(typeof(*),code,...)
But i would like to ask, is there anyway which allow us to call a python file .py, .ipynb directly into a kusto. I plan to upload the script of code from local to Azure portal container or something like that. I'd appreciate for any help or suggestions from you guys, thanks a lot.