From 6c50cae388f9d9326bbb687ca0ecdc2df766f7f5 Mon Sep 17 00:00:00 2001 From: dh00601 <dh00601@surrey.ac.uk> Date: Sat, 8 Jan 2022 11:25:12 +0000 Subject: [PATCH] added header to example notebook --- examples/old/basic_example.ipynb | 13 +++++++++++-- examples/old/workshop_example_notebook.ipynb | 4 ++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/examples/old/basic_example.ipynb b/examples/old/basic_example.ipynb index 9078cfcb5..7146b9767 100644 --- a/examples/old/basic_example.ipynb +++ b/examples/old/basic_example.ipynb @@ -1,5 +1,14 @@ { "cells": [ + { + "cell_type": "markdown", + "id": "c09b9f85-5250-4fd2-8142-bb8097d138b5", + "metadata": {}, + "source": [ + "# Basic example\n", + "Running a single system" + ] + }, { "cell_type": "code", "execution_count": 1, @@ -106,7 +115,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -120,7 +129,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.4" + "version": "3.9.9" } }, "nbformat": 4, diff --git a/examples/old/workshop_example_notebook.ipynb b/examples/old/workshop_example_notebook.ipynb index 4eca58797..78d0860ad 100644 --- a/examples/old/workshop_example_notebook.ipynb +++ b/examples/old/workshop_example_notebook.ipynb @@ -619,7 +619,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -633,7 +633,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.4" + "version": "3.9.9" } }, "nbformat": 4, -- GitLab