From 30a1b59d214b7830c53d01f974b68569631d6c28 Mon Sep 17 00:00:00 2001 From: JustGlowing Date: Thu, 31 Oct 2024 14:10:22 +0000 Subject: [PATCH] basic usage update --- examples/BasicUsage.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/BasicUsage.ipynb b/examples/BasicUsage.ipynb index caa220e..7cc2cd7 100644 --- a/examples/BasicUsage.ipynb +++ b/examples/BasicUsage.ipynb @@ -21,7 +21,7 @@ "if IN_COLAB:\n", " !pip install minisom\n", "\n", - "LOCAL_DEV = False\n", + "LOCAL_DEV = True\n", "if LOCAL_DEV:\n", " sys.path.insert(0, '../')\n", " %load_ext autoreload"