From fe6540fa8091363497ab102b2ee28f1fde627fdd Mon Sep 17 00:00:00 2001 From: Saul Shanabrook Date: Sun, 2 Feb 2020 12:24:29 -0500 Subject: [PATCH] Document Pandas JSON outputs --- docs/usage.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/usage.md b/docs/usage.md index 64556b4..9cadf23 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -30,6 +30,12 @@ If you are browsing a number of datasets and want to preview the different ways ![Gif data browser showing output from notebook cell](./img/notebook.png) +Note that you must enable Panda's JSON outputs to see the nteract table viewer: + +```python +pandas.set_option('display.html.table_schema', True) +``` + You can also install other extensions to add functionality to the data registry, including: - [`@jupyterlab/hdf5`][hdf5] Adds support for viewing HDF5 files