From 65c9ef835582e43f73d0c6375ca7e279518c271e 2014-01-06 19:40:22 From: Thomas Kluyver Date: 2014-01-06 19:40:22 Subject: [PATCH] Remove some out of date information about pandas DataFrame reprs --- diff --git a/examples/notebooks/Part 5 - Rich Display System.ipynb b/examples/notebooks/Part 5 - Rich Display System.ipynb index 257e762..19e9efa 100644 --- a/examples/notebooks/Part 5 - Rich Display System.ipynb +++ b/examples/notebooks/Part 5 - Rich Display System.ipynb @@ -989,24 +989,6 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "By default, `DataFrames` will be represented as text; to enable HTML representations we need to set a print option:" - ] - }, - { - "cell_type": "code", - "collapsed": false, - "input": [ - "pandas.core.format.set_printoptions(notebook_repr_html=True)" - ], - "language": "python", - "metadata": {}, - "outputs": [], - "prompt_number": 9 - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ "Here is a small amount of stock data for APPL:" ] },