Skip to content
Permalink
Browse files

Fix case, and actually resolve #16. (#21)

  • Loading branch information...
ruebot authored and ianmilligan1 committed Mar 5, 2019
1 parent c8f9d3f commit 9af65096b4b914817c65d2f459e2ef5f3f21cdd0
Showing with 5 additions and 5 deletions.
  1. +2 −2 auk-notebook-example.ipynb
  2. +3 −3 auk-notebook.ipynb
@@ -467,9 +467,9 @@
"for i in year_results[:5]:\n",
" print(international(i)[:MAX_CHARACTERS]) # first 50 characters in output\n",
"\n",
"## Removing the # on the following line will write the results to a file entitled `filtered.txt`\n",
"## Removing the # on the following line will write the results to OUTPUT_FILENAME (set in User Configuration).\n",
"\n",
"#write_output('filtered.txt', year_results)"
"#write_output(OUTPUT_FILENAME, year_results)"
]
},
{
@@ -440,9 +440,9 @@
"for i in year_results[:5]:\n",
" print(international(i)[:MAX_CHARACTERS]) # first 50 characters in output\n",
"\n",
"## Removing the # on the following line will write the results to a file entitled `filtered.txt`\n",
"## Removing the # on the following line will write the results to OUTPUT_FILENAME (set in User Configuration).\n",
"\n",
"#write_output('filtered.txt', year_results)"
"#write_output(OUTPUT_FILENAME, year_results)"
]
},
{
@@ -770,7 +770,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.0"
"version": "3.7.1"
}
},
"nbformat": 4,

0 comments on commit 9af6509

Please sign in to comment.
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.