-
Run Senzing gRPC Server Docker container.
docker run -it --name senzing-serve-grpc -p 8261:8261 --read-only --rm senzing/serve-grpc:latest
-
If a Python virtual environment is used, activate it.
Example:
source ~/.venv/bin/activate
-
Install the senzing-grpc Python package.
python3 -m pip install --upgrade senzing-grpc
Steps in this section are optional. They download example Jupyter notebooks.
-
Clone the Git repository hosting the example Jupyter notebooks.
git clone [email protected]:senzing-garage/playground.git ~/my-senzing-playground
-
Enter the directory containing the Jupyter notebooks.
cd ~/my-senzing-playground/rootfs/examples/notebooks/
-
Start Jupyter Lab.
jupyter lab