jupyter / nbdime

Tools for diffing and merging of Jupyter notebooks.
http://nbdime.readthedocs.io
Other
2.66k stars 159 forks source link

Use nbdime for PySpark Notebooks #752

Open gr7ffo opened 5 months ago

gr7ffo commented 5 months ago

would it be possible to use nbdime/ndbiff inside PySpark Notebooks? Often these type of notebooks have a specialized jupyter notebook format, e.g. Azure Synapse Analytics Notebooks.

mmaitre314 commented 1 week ago

I was thinking potentially a hybrid between nbdime and the Jupyter Notebook Renderer, at least to enable preview of Synapse notebooks in Azure DevOps (ADO). Couple of challenges I hit so far in that scenario:

(that's assuming ADO would be a good place to address the feature-request above)