Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 280 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 280 Bytes

ipython-jsobject

Exposes JS objects directly in Python. Transparent layer that allows JS to communicate to Python and vise-versa

Installation

Clone the repository and cd into it, then run:

pip install .

For a development install, run:

pip install -e .