Skip to content

Commit

Permalink
Defaulting to no preview at the top of the notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas committed May 7, 2024
1 parent cf4b261 commit fe52186
Showing 1 changed file with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@
"\n",
"# If you want to see a preview of all countries before they're touched up, just switch this to True:\n",
"# It's disabled because it takes a while to run.\n",
"plot_preview = True\n",
"plot_preview = False\n",
"if plot_preview:\n",
" plot_all_countries()"
]
Expand All @@ -982,17 +982,7 @@
" - Portugal\n",
" - Seychelles\n",
" - Tonga\n",
" - United States Minor Outlying Islands\n",
"- Feel free to contribute to this effort, but please keep them in alphabetical order!"
]
},
{
"cell_type": "code",
"execution_count": 70,
"metadata": {},
"outputs": [],
"source": [
"# Country touchups"
" - United States Minor Outlying Islands"
]
},
{
Expand Down

0 comments on commit fe52186

Please sign in to comment.