Understanding exponentially weighted averages

from Understanding Exponentially Weighted Averages (C2W2L04)
https://www.youtube.com/watch?v=NxTFlzBjS-4
pip freeze > requirements.txt
pip install -r requirements.txt
(server)$ jupyter notebook --no-browser --port=8888
(client)$ ssh -N -f -L localhost:8888:localhost:8888 user@ipaddress of server(client)$ open -a safari http://localhost:8888
(client)$ ssh -N -f -L localhost:8888:localhost:8888 user@ipaddress of server
ssh -N -f -L localhost:8888:localhost:8888 user@ip_address_server -p SSH_PORT_NUMBER