Running the Anonymization samples

Instructions for running the Anonymization samples.

The example scripts under the anonymization/ folder demonstrate the usage of Anonymization APIs. For more information about the Anonymization APIs, refer to the section Anonymization APIs.

Note: A dedicated anonymization/docker-compose.yml is provided to start the Anonymization services.

  1. Open a command prompt.

  2. Navigate to the directory where AI Developer Edition is cloned.

  3. Run the following command to start Jupyter Lab.

    jupyter lab
    
  4. Copy the URL displayed and navigate to the site from a web browser. Ensure that localhost is replaced with the IP address of the system where the AI Developer Edition is set up.

  5. In the left pane of the Jupyter Lab, navigate to anonymization/samples/python/sample-app-anonymization.

  6. Open the anonymization.ipynb file.

  7. Click the Play icon and follow the prompts in the Jupyter Lab.


Last modified : May 30, 2026