Skip to content

Commit e07d6da

Browse files
committed
update docs
1 parent f31b3fe commit e07d6da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/md/python.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,10 @@ PerspectiveWidget(table)
481481
PerspectiveWidget(None)
482482
```
483483

484+
## `PerspectiveRenderer`
485+
486+
Perspective also exposes a JS-only `mimerender-extension`. This lets you view `csv`, `json`, and `arrow` files directly from the file browser. You can see this by right clicking one of these files and `Open With->CSVPerspective` (or `JSONPerspective` or `ArrowPerspective`). Perspetive will also install itself as the default handler for opening `.arrow` files.
487+
484488
## `PerspectiveTornadoHandler`
485489

486490
Perspective ships with a pre-built Tornado handler that makes integration with

0 commit comments

Comments
 (0)