From 8f3a62bfd7ff1aa1725d537d59ff3e2c4393faee 2012-09-01 21:03:36 From: MinRK Date: 2012-09-01 21:03:36 Subject: [PATCH] Backport PR #2250: fix html in notebook example please backport to 0.13.1 --- diff --git a/docs/examples/notebooks/00_notebook_tour.ipynb b/docs/examples/notebooks/00_notebook_tour.ipynb index 821bcf9..dbe7c27 100644 --- a/docs/examples/notebooks/00_notebook_tour.ipynb +++ b/docs/examples/notebooks/00_notebook_tour.ipynb @@ -992,19 +992,19 @@ "cell_type": "code", "collapsed": false, "input": [ - "HTML('')" ], "language": "python", "metadata": {}, "outputs": [ { "html": [ - "" ], "output_type": "pyout", "prompt_number": 9, "text": [ - "" + "" ] } ], @@ -1192,4 +1192,4 @@ "metadata": {} } ] -} +} \ No newline at end of file