From 709cb52287d10fad65ae20ed95e4633d7d81bcbb Mon Sep 17 00:00:00 2001 From: Marcelo Prates Date: Mon, 23 Aug 2021 23:03:43 -0300 Subject: [PATCH] Updated notebook to install vsketch --- notebooks/examples.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/notebooks/examples.ipynb b/notebooks/examples.ipynb index b8b12c9..585901f 100644 --- a/notebooks/examples.ipynb +++ b/notebooks/examples.ipynb @@ -18,6 +18,7 @@ "cell_type": "code", "execution_count": null, "source": [ + "!pip install git+https://github.com/abey79/vsketch#egg=vsketch\n", "!pip install git+https://github.com/marceloprates/prettymaps.git" ], "outputs": [],