Permalink
Showing
with
5 additions
and
5 deletions.
-
+2
−2
auk-notebook-example.ipynb
-
+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