Skip to content

Commit

Permalink
Set pandas options in init
Browse files Browse the repository at this point in the history
  • Loading branch information
gnestor committed Mar 7, 2017
1 parent 2ea7402 commit 151b2ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jupyterlab_table/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
import json
import pandas as pd

pd.options.display.html.table_schema = True
pd.options.display.max_rows = 10000


# Running `npm run build` will create static resources in the static
# directory of this Python package (and create that directory if necessary).
Expand Down

0 comments on commit 151b2ad

Please sign in to comment.