Install ipyreactΒΆ

It is recommended to use a virtual environment:

python3 -m venv venv
source venv/bin/activate

and then you can directly install ipyreact from pipy package:

pip install ipyreact

make sure it is installed:

pip freeze | grep "ipyreact"

You can now import it and use it into a notebook. More on that subject in quickstart