An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Hi HimanshuSinha-msft, Thanks for your answers. Let me give more details on what I am trying to do. The Notebooks in our pipeline are stored as JSON files in Azure DevOps. As you know, comparing and visually seeing the difference between two Notebook versions isn't easy. My plan is
- Download the copy of the Notebook from the main & a copy from my development branch as ipynb (JupyterLab Notebook is not processing JSON Notebook correctly, its shows as a tree structure)
- Compare them using nbdiff-web to visualise the difference. I have managed to download the JSON file from the respective branch, but so far unable to convert it to the correct IPYNB format to open in JupyterLab. Thanks