Am using Azure Synapse in combination with jupyter notebooks:
Many of my jupyter notebooks import some custom python scripts like the util-import:
However, there's no option hold *.py files in Azure Synapse. Always when i use the import functionalty, the *.py is transformed to a notebook (On laptop it was util.py, after Synapse import it's a notebook):
How can custom *.py files be used in Azure Synapse Notebooks, without transforming them from *.py to notebook?