Now that stats machines function as jupyter notebooks as well we can decommission the smaller notebook nodes.
For users:
- Help in copying files from notebook100x to stat100x: https://wikitech.wikimedia.org/wiki/Analytics/Systems/Clients#Rsync_between_clients
- List of Analytics client nodes: https://wikitech.wikimedia.org/wiki/Analytics/Systems/Clients
You can rsync your entire homedir from a notebook host to a stat box, but you should explicitly avoid rsyncing the venv directory. This directory is install and OS and python version specific, so cannot be ported between hosts. To rsync your notebok1003 home without venv, from a stat box run:
rsync -av --exclude venv notebook1003.eqiad.wmnet::home/$USER/ /home/$USER/
Replace notebook1003 with notebook1004 if you prefer.
Please also connect to the Jupyter UI and shutdown your notebook :)
Deprecation deadline: June 2020



