From 6f73f68d24dec04a6761c240413e39c630e43ff0 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Wed, 14 Aug 2013 13:12:50 -0400 Subject: [PATCH] TST: Add output of answer key annotations to notebook. For more improved viewing experience via nbviewer.ipyhton.org, include the output of the notebook. When saving/updating this file, a fresh kernel and evaluation of the entire notebook should be used so that the cell numbers stay in order. --- tests/risk/AnswerKeyAnnotations.ipynb | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/tests/risk/AnswerKeyAnnotations.ipynb b/tests/risk/AnswerKeyAnnotations.ipynb index 0ecadebf..e2616feb 100644 --- a/tests/risk/AnswerKeyAnnotations.ipynb +++ b/tests/risk/AnswerKeyAnnotations.ipynb @@ -30,7 +30,8 @@ "import answer_key" ], "language": "python", - "outputs": [] + "outputs": [], + "prompt_number": 1 }, { "cell_type": "code", @@ -41,7 +42,19 @@ "\"\"\".format(latest_answer_key_url=answer_key.LATEST_ANSWER_KEY_URL))" ], "language": "python", - "outputs": [] + "outputs": [ + { + "html": [ + "

Download link for latest answer key: https://s3.amazonaws.com/zipline-test-data/risk/cc507b6fca18aabadac69657181edd4e/risk-answer-key.xlsx

" + ], + "output_type": "pyout", + "prompt_number": 2, + "text": [ + "'\\nDownload link for latest answer key: [https://s3.amazonaws.com/zipline-test-data/risk/cc507b6fca18aabadac69657181edd4e/risk-answer-key.xlsx](https://s3.amazonaws.com/zipline-test-data/risk/cc507b6fca18aabadac69657181edd4e/risk-answer-key.xlsx)\\n'" + ] + } + ], + "prompt_number": 2 } ] }