From 35920ff85ae86eb07118ed562204e35a446c5dca Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Wed, 9 Sep 2020 18:41:51 +0200 Subject: [PATCH] added header to the index nb --- index.ipynb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.ipynb b/index.ipynb index c6ee121..d31e311 100644 --- a/index.ipynb +++ b/index.ipynb @@ -1,5 +1,12 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Exploring Etherpad changesets" + ] + }, { "cell_type": "code", "execution_count": 1,