From 3fa5277e469c2a734867faf2db376d485bb00e21 Mon Sep 17 00:00:00 2001 From: Ke Huang Date: Wed, 16 Oct 2019 14:04:27 -0400 Subject: [PATCH] Updated Data/Telemetry section in examples/README.md file. --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index ecfdad03f..06d837fa4 100644 --- a/examples/README.md +++ b/examples/README.md @@ -16,8 +16,8 @@ This folder contains examples and best practices, written in Jupyter notebooks, ## Data/Telemetry The Azure Machine Learning notebooks collect browser usage data and send it to Microsoft to help improve our products and services. Read Microsoft's [privacy statement to learn more](https://privacy.microsoft.com/en-US/privacystatement). -To opt out of tracking, please go to the raw `.ipynb` files and remove the following line of code (the URL will be slightly different depending on the file): +To opt out of tracking, a Python [script](../tools/remove_pixelserver.py) under the `tools` folder is also provided. Executing the script will check all notebooks under the `examples` folder, and automatically remove the telemetry cell: ```sh - "![Impressions](https://PixelServer20190423114238.azurewebsites.net/api/impressions/nlp/examples/text_classification/tc_bert_azureml.png)" +python ../tools/remove_pixelserver.py ```