Skip to content

Integrate ipynb2md to Gitlab

ipynb2md (https://gitlab.com/gitlab-org/incubation-engineering/mlops/ipynb2md) creates a markdown version of Jupyter The flow we expect is:

  1. User commits a change to one or more notebooks
  2. Before creating the diff, we transform the old version and new version of each notebook to markdown using ipynb2md
  3. Diff are generated with the converted files
  4. A diff_batch.json is generated using a regular viewer for text

Tasks

Edited by Eduardo Bonet