Skip to content

Commit

Permalink
basic usage update
Browse files Browse the repository at this point in the history
  • Loading branch information
JustGlowing committed Oct 31, 2024
1 parent c49cbc5 commit 30a1b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/BasicUsage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 30a1b59

Please sign in to comment.