Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 967 Bytes

bring-up-jupyter-lab.md

File metadata and controls

48 lines (31 loc) · 967 Bytes

How to bring up Jupyter Lab

Setup environment

  1. Run Senzing gRPC Server Docker container.

    docker run -it --name senzing-serve-grpc -p 8261:8261 --read-only --rm senzing/serve-grpc:latest
  2. If a Python virtual environment is used, activate it.

    Example:

    source ~/.venv/bin/activate
  3. Install the senzing-grpc Python package.

    python3 -m pip install --upgrade senzing-grpc

Example notebooks

Steps in this section are optional. They download example Jupyter notebooks.

  1. Clone the Git repository hosting the example Jupyter notebooks.

    git clone [email protected]:senzing-garage/playground.git ~/my-senzing-playground
  2. Enter the directory containing the Jupyter notebooks.

    cd ~/my-senzing-playground/rootfs/examples/notebooks/

Run Jupyter Lab

  1. Start Jupyter Lab.

    jupyter lab