Skip to content

Latest commit

 

History

History
 
 

table

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Perspective-python

Python APIs for perspective front end

PyPI PyPI Docs Gitter

Python Build

Build Status 1

C++ Build

Build Status 2

Package

This package consists of two mutually-exclusive libraries:

  • perspective-python, a python-based library for interfacing with the Perspective webassembly project via either JupyterLab or Dash
  • perspective-python[table], this folder, which is boost-python bindings to the original C++ based perspective engine (rather than the webassembly version).

Install

To install the base package from pip:

pip install perspective-python

To install the C++ engine from pip:

pip install perspective-python[table]

To install the JupyterLab extension:

jupyter labextension install @finos/perspective-jupyterlab

Getting Started

Read the docs!