diff --git a/docs/PyHEP_2021_workshop_presentation/PyHEP_2021_workshop_presentation.html b/docs/PyHEP_2021_workshop_presentation/PyHEP_2021_workshop_presentation.html
index 7f739fd..869e744 100644
--- a/docs/PyHEP_2021_workshop_presentation/PyHEP_2021_workshop_presentation.html
+++ b/docs/PyHEP_2021_workshop_presentation/PyHEP_2021_workshop_presentation.html
@@ -62,7 +62,7 @@
Motivation
Measure the response of the detector.
Process the measurement.
Save the measured data.
- Repeat this 100 times in this point.
+ Repeat this many times in this point.
Move to the next point and do the same...
@@ -76,10 +76,10 @@ Motivation
It would be nice to:
- Have an estimation on when will it end.
- - Be able to check the progress in real time.
- - Get notified if some problem occurs.
+ - Be able to check the progress in real time without having to go there.
+ - Get notified when it finishes or if some problem occurs.
-All this can be trivially implemented in Python. But it would be nice to have all this information available worldwide in your mobile/computer.
+Furthermore, it would be nice to have all this information available worldwide in your mobile/computer by adding just 3 lines of code to your script.
A simple Telegram bot can do the job!
@@ -98,14 +98,14 @@ A simple solution
Usage
-
+
- One time steps:
- Install with
pip install git+https://github.com/SengerM/progressreporting
. (Or clone it wherever you want and pip install -e <path>
.)
- Create a Telegram bot.
- - Regular usage steps:
+
- Regular usage steps (3 lines of code 😎):
- Import.
- Create a
reporter
object.
@@ -149,7 +149,7 @@ Usage
You will:
- - Get released of having to check whether things are still going on.
+ - Get released of having to check whether things are still going on. 🏖️🏝️
- Know when the program ends.
@@ -157,7 +157,7 @@ Usage
-Run first example!
+Run first example and come back!
@@ -183,6 +183,8 @@ Conclusions
- Releases you to check whether the program is still running; more time to worry about important stuff!
+Tested on Windows, Linux and Raspberry Pi.
+