From 2a5c614843e5a79fcece2b88969074c47ab89d9c Mon Sep 17 00:00:00 2001 From: nhirschey Date: Tue, 19 Mar 2024 14:11:07 +0000 Subject: [PATCH] re-save notebook output --- docs/literate-notebook.ipynb | 45 ++++++++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) diff --git a/docs/literate-notebook.ipynb b/docs/literate-notebook.ipynb index 456be183..58f7eab6 100644 --- a/docs/literate-notebook.ipynb +++ b/docs/literate-notebook.ipynb @@ -28,7 +28,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "id": "fdf16de9", "metadata": { "dotnet_interactive": { @@ -43,7 +43,48 @@ "languageId": "polyglot-notebook" } }, - "outputs": [], + "outputs": [ + { + "data": { + "text/html": [ + "
{ Name = "Alf"\\n Phone = "(555) 555-5555"\\n ZipCode = "90210" }
Name
Alf
Phone
(555) 555-5555
ZipCode
90210
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], "source": [ "type ContactCard =\n", " { Name: string\n",