REPOS change my notebook format

William_Scardua
Valued Contributor

Hi guys,

I have some notebooks with REPOS but I noticed that REPOS changed my notebook format to .py

Screenshot 2023-05-30 at 20.39.02 

because of this my Azure Data Factory no longer recognizes the notebook (.py)

Have any ideia to convert that .py to databricks format ?

-werners-
Esteemed Contributor III

that is odd. repos is merely another location (linked to git).

You can copy/paste the code inside the py file into a notebook, or convert them using online tools or python libraries (like py2ipynb).