Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

perspective-python contains full bindings to the Perspective API, a JupyterLab widget, and WebSocket handlers for several webserver libraries that allow you to host Perspective using server-side Python.

PyPI

perspective-python can be installed from PyPI via pip:

pip install perspective-python

That’s it! If JupyterLab is installed in this Python environment, you’ll also get the perspective.widget.PerspectiveWidget class when you import perspective in a Jupyter Lab kernel.