https://htmlpreview.github.io/
You can view the static course notes via nbviewer (https://nbviewer.jupyter.org/github/ChenShizhe/StatDataScience/tree/master/Notes/Links to an external site.).
You can use the interactive version via mybinder (https://mybinder.org/v2/gh/ChenShizhe/StatDataScience/masterLinks to an external site.).
For students in UC Davis, it is recommend to use the Jupyterhub service (https://jupyterhub.ucdavis.edu/) after a simple setup (see slides below, or the preface of the course notesLinks to an external site.).
Use any browser to navigate to https://jupyterhub.ucdavis.edu/ Log in using your UCD account. Select Other/Terminal in Launcher. (If you cannot see the Launcher interface, select File/New Launcher in the menu.) In Terminal, type git clone https://github.com/ChenShizhe/StatDataScience You should be able to navigate to any course notes using the sidebar on the left. If you want to update the repo, navigate to the directory of the repo (e.g., if you are in the root directory by default, type cd ./StatDataScience in Terminal), then type git pull (If you encounter conflicts while doing git pull, you can use git reset --hard HEAD to reset the repo.)