From 3c1786a23abc679f8980dbf2aa664c2609fdca6f Mon Sep 17 00:00:00 2001 From: Mario Buikhuizen Date: Wed, 8 Apr 2020 12:15:17 +0200 Subject: [PATCH] docs: add a short explanation to binder notebook --- binder/empty.ipynb | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/binder/empty.ipynb b/binder/empty.ipynb index 35eac67..c33a539 100644 --- a/binder/empty.ipynb +++ b/binder/empty.ipynb @@ -1,5 +1,16 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Use the `Snippets` menu option to add snippets to this notebook.\n", + "\n", + "Snippets can be added or edited in the `snippets_symlink` directory.\n", + "\n", + "See https://github.com/QuantStack/jupyterlab-snippets for more information." + ] + }, { "cell_type": "code", "execution_count": null,