From 3911010777ad09451f8da4b2ac1a72b947f0ff61 Mon Sep 17 00:00:00 2001 From: Marek Wolan Date: Sun, 20 Aug 2023 18:42:58 +0100 Subject: [PATCH] update notebook --- src/primaite/notebooks/create-simulation.ipynb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/primaite/notebooks/create-simulation.ipynb b/src/primaite/notebooks/create-simulation.ipynb index 86a7f6a2..a3e2d92c 100644 --- a/src/primaite/notebooks/create-simulation.ipynb +++ b/src/primaite/notebooks/create-simulation.ipynb @@ -464,6 +464,13 @@ "my_sim.describe_state()" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Verify that the state dictionary contains no non-serialisable objects." + ] + }, { "cell_type": "code", "execution_count": 17,