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 ```