Show More
@@ -989,24 +989,6 b'' | |||||
989 | "cell_type": "markdown", |
|
989 | "cell_type": "markdown", | |
990 | "metadata": {}, |
|
990 | "metadata": {}, | |
991 | "source": [ |
|
991 | "source": [ | |
992 | "By default, `DataFrames` will be represented as text; to enable HTML representations we need to set a print option:" |
|
|||
993 | ] |
|
|||
994 | }, |
|
|||
995 | { |
|
|||
996 | "cell_type": "code", |
|
|||
997 | "collapsed": false, |
|
|||
998 | "input": [ |
|
|||
999 | "pandas.core.format.set_printoptions(notebook_repr_html=True)" |
|
|||
1000 | ], |
|
|||
1001 | "language": "python", |
|
|||
1002 | "metadata": {}, |
|
|||
1003 | "outputs": [], |
|
|||
1004 | "prompt_number": 9 |
|
|||
1005 | }, |
|
|||
1006 | { |
|
|||
1007 | "cell_type": "markdown", |
|
|||
1008 | "metadata": {}, |
|
|||
1009 | "source": [ |
|
|||
1010 | "Here is a small amount of stock data for APPL:" |
|
992 | "Here is a small amount of stock data for APPL:" | |
1011 | ] |
|
993 | ] | |
1012 | }, |
|
994 | }, |
General Comments 0
You need to be logged in to leave comments.
Login now