From 806b26483d880bae8e2154dc6b35faaca6f8a03e Mon Sep 17 00:00:00 2001 From: Luke Naylor <l.naylor@sms.ed.ac.uk> Date: Wed, 14 Aug 2024 12:55:59 +0100 Subject: [PATCH] Annotate examples --- notebooks/examples.ipynb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/notebooks/examples.ipynb b/notebooks/examples.ipynb index ec5739e..acc1a8b 100644 --- a/notebooks/examples.ipynb +++ b/notebooks/examples.ipynb @@ -2,10 +2,10 @@ "cells": [ { "cell_type": "markdown", - "id": "63724666", + "id": "6879f29a", "metadata": {}, "source": [ - "# Utilities" + "Notebook for the Recurring examples that appear across Part $\\text{\\ref{part:fin-walls}}$" ] }, { @@ -69,7 +69,7 @@ "$\\displaystyle \\text{Chern Character:} \\\\ \\begin{array}{l} \\mathrm{ch}_{0} = 3 \\\\ \\mathrm{ch}_{1} = 2 \\ell^{1} \\\\ \\mathrm{ch}_{2} = -2 \\ell^{2} \\end{array}$" ], "text/plain": [ - "<pseudowalls.chern_character.Chern_Char object at 0x7f1718d278e0>" + "<pseudowalls.chern_character.Chern_Char object at 0x7f7ef1c08150>" ] }, "execution_count": 2, @@ -100,7 +100,7 @@ "$\\displaystyle \\text{Chern Character:} \\\\ \\begin{array}{l} \\mathrm{ch}_{0} = 29 \\\\ \\mathrm{ch}_{1} = 13 \\ell^{1} \\\\ \\mathrm{ch}_{2} = -\\frac{3}{2} \\ell^{2} \\end{array}$" ], "text/plain": [ - "<pseudowalls.chern_character.Chern_Char object at 0x7f1718d263b0>" + "<pseudowalls.chern_character.Chern_Char object at 0x7f7ee76c5850>" ] }, "execution_count": 3, @@ -129,7 +129,6 @@ "metadata": {}, "outputs": [], "source": [ - "# add attributes for ...\n", "for example in [recurring, extravagant]:\n", " example.betaminus = beta_minus(example.chern)\n", " example.twisted = example.chern.twist(example.betaminus)\n", @@ -462,7 +461,7 @@ ], "metadata": { "kernelspec": { - "display_name": "SageMath 9.7", + "display_name": "SageMath 10.1", "language": "sage", "name": "sagemath" }, @@ -476,7 +475,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.8" + "version": "3.11.7" } }, "nbformat": 4, -- GitLab