From f017bea2daa25201f39ab1e0c5aae2ccaa331086 Mon Sep 17 00:00:00 2001 From: marceloprates Date: Wed, 15 Feb 2023 16:53:26 -0300 Subject: [PATCH] Updated version number (v0.2-beta.3 -> v0.2) in setup.py, updated examples notebook --- notebooks/examples.ipynb | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/notebooks/examples.ipynb b/notebooks/examples.ipynb index 2e91faf..0817a69 100644 --- a/notebooks/examples.ipynb +++ b/notebooks/examples.ipynb @@ -6,12 +6,8 @@ "metadata": {}, "outputs": [], "source": [ - "# Instructions for Google Colab:\n", - "# 1. Uncomment the following line\n", - "# 2. Run it\n", - "# 3. Restart runtime (Runtime -> Restart runtime)\n", - "# 4. Comment it again\n", - "#!pip install -e \"git+https://github.com/marceloprates/prettymaps#egg=prettymaps\"" + "# Install prettymaps using pip:\n", + "!pip install prettymaps" ] }, { @@ -1577,7 +1573,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.6" + "version": "3.10.9 (main, Jan 11 2023, 15:21:40) [GCC 11.2.0]" }, "orig_nbformat": 4, "vscode": {