hi all, has anyone had merge conflicts when storin...
# ask-anything
e
hi all, has anyone had merge conflicts when storing product ipynb files in git repos? A user opened this issue, and we provided a manual fix. But we're wondering if we should implement it as a feature. maybe:
Copy code
tasks:
  - source: nb.ipynb
    product: out.ipynb
    strip_product_metadat: True
👍 2