From 333b94bad2ded86ea59f1cee62508092a03a165f Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Wed, 9 Sep 2020 17:50:50 +0200 Subject: [PATCH] added markdown title to etherpad_changesets --- etherpad_changesets.ipynb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etherpad_changesets.ipynb b/etherpad_changesets.ipynb index c6ee121..abd84c8 100644 --- a/etherpad_changesets.ipynb +++ b/etherpad_changesets.ipynb @@ -1,5 +1,12 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# etherpad changesets" + ] + }, { "cell_type": "code", "execution_count": 1,