Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #135 from jupyterlab/saulshanabrook-patch-1
Browse files Browse the repository at this point in the history
Document Pandas JSON outputs
  • Loading branch information
saulshanabrook authored Feb 2, 2020
2 parents 913375c + fe6540f commit e3a6c57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3a6c57

Please sign in to comment.