From a27b4f98ca59bbb349cd8a78030ef93065238697 2012-03-14 19:19:40 From: Anton I. Sipos <aisipos@gmail.com> Date: 2012-03-14 19:19:40 Subject: [PATCH] Add a plain text cell to the test notebook --- diff --git a/tests/test.ipynb b/tests/test.ipynb index 7bd57e8..a82ecf7 100644 --- a/tests/test.ipynb +++ b/tests/test.ipynb @@ -141,6 +141,12 @@ ] }, { + "cell_type": "plaintext", + "source": [ + "plain text" + ] + }, + { "cell_type": "code", "collapsed": true, "input": [],