Skip to content

Commit 151b2ad

Browse files
committed
Set pandas options in init
1 parent 2ea7402 commit 151b2ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jupyterlab_table/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
import json
33
import pandas as pd
44

5+
pd.options.display.html.table_schema = True
6+
pd.options.display.max_rows = 10000
7+
58

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

0 commit comments

Comments
 (0)