From bf7dae3424ffb10799ece2f3836794e2e1f0e632 Mon Sep 17 00:00:00 2001 From: Hatem Helal Date: Wed, 24 Apr 2024 16:27:38 +0000 Subject: [PATCH] cell tags --- docs/optim.ipynb | 6 +++++- docs/quirks.ipynb | 8 ++++++-- docs/tour.ipynb | 6 +++++- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/docs/optim.ipynb b/docs/optim.ipynb index 197b1c9..e27fb42 100644 --- a/docs/optim.ipynb +++ b/docs/optim.ipynb @@ -3,7 +3,11 @@ { "cell_type": "code", "execution_count": 1, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "# Copyright (c) 2024 Graphcore Ltd. All rights reserved." diff --git a/docs/quirks.ipynb b/docs/quirks.ipynb index 7f2b689..8cb9382 100644 --- a/docs/quirks.ipynb +++ b/docs/quirks.ipynb @@ -3,10 +3,14 @@ { "cell_type": "code", "execution_count": 1, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ - "# Copyright (c) 2024 Graphcore Ltd. All rights reserved.\n" + "# Copyright (c) 2024 Graphcore Ltd. All rights reserved." ] }, { diff --git a/docs/tour.ipynb b/docs/tour.ipynb index c136eff..8f36def 100644 --- a/docs/tour.ipynb +++ b/docs/tour.ipynb @@ -3,7 +3,11 @@ { "cell_type": "code", "execution_count": 1, - "metadata": {}, + "metadata": { + "tags": [ + "hide-input" + ] + }, "outputs": [], "source": [ "# Copyright (c) 2024 Graphcore Ltd. All rights reserved."