Skip to content

Removes noisy lines from transformed notebook

Eduardo Bonet requested to merge feature/improve-readibility-of-ipynb-diffs into master

What does this MR do and why?

When creating the semantic diff for notebooks, some of the lines were adding only noise and no information.

Screenshots or screen recordings

Before After
image image

(note that Output: <type> were replace by a single Output line)

How to set up and validate locally

  1. Open a commit with a python notebook (eg gitlab-test@5d6ed150)
  2. Verify that there are no lines in the format Output: <line>

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Eduardo Bonet

Merge request reports