Skip to content

Instantly share code, notes, and snippets.

@DerZ115
DerZ115 / git_jupyter.md
Last active March 13, 2021 13:31
Handout Git with Jupyter notebooks

Version Control with IPython notebooks

Challenges

  • IPython notebooks are based on the .json format and contain many different types of data (code, markdown, binary data i.e. images, metadata, ...)
  • Basic version control (staging, committing) works, but more complex functionalities can be difficult or even make the file unusable { "cells": [ { "cell_type": "code",