Updated notebook

This commit is contained in:
Marcelo Prates
2021-08-23 23:09:53 -03:00
parent 709cb52287
commit 40b834dff7

View File

@@ -10,7 +10,7 @@
{ {
"cell_type": "markdown", "cell_type": "markdown",
"source": [ "source": [
"# Installation" "# Installation (restart runtime after running the following cell)"
], ],
"metadata": {} "metadata": {}
}, },
@@ -35,7 +35,7 @@
"cell_type": "code", "cell_type": "code",
"execution_count": 1, "execution_count": 1,
"source": [ "source": [
"import vsketch\n", "#import vsketch\n",
"from prettymaps import *\n", "from prettymaps import *\n",
"import matplotlib.font_manager as fm" "import matplotlib.font_manager as fm"
], ],