jdfreder / ipython-jsobject

Exposes the JS objects directly in Python. Transparent layer that allows JS to communicate to Python and vise-versa
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

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 .