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" ],