From 40b834dff74bfeb706d024663755dea0c1cbfd19 Mon Sep 17 00:00:00 2001 From: Marcelo Prates Date: Mon, 23 Aug 2021 23:09:53 -0300 Subject: [PATCH] Updated notebook --- notebooks/examples.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/examples.ipynb b/notebooks/examples.ipynb index 585901f..a1f3a03 100644 --- a/notebooks/examples.ipynb +++ b/notebooks/examples.ipynb @@ -10,7 +10,7 @@ { "cell_type": "markdown", "source": [ - "# Installation" + "# Installation (restart runtime after running the following cell)" ], "metadata": {} }, @@ -35,7 +35,7 @@ "cell_type": "code", "execution_count": 1, "source": [ - "import vsketch\n", + "#import vsketch\n", "from prettymaps import *\n", "import matplotlib.font_manager as fm" ],