We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea7402 commit 151b2adCopy full SHA for 151b2ad
jupyterlab_table/__init__.py
@@ -2,6 +2,9 @@
2
import json
3
import pandas as pd
4
5
+pd.options.display.html.table_schema = True
6
+pd.options.display.max_rows = 10000
7
+
8
9
# Running `npm run build` will create static resources in the static
10
# directory of this Python package (and create that directory if necessary).
0 commit comments