- My random student generator (webpage view, ipynb)
- This bit of code draws a random student from your digital roster and displays their name and photo.
- First install anaconda installation of python
- if you aren’t familiar with jupyter notebook environment, read the docs
- to launch jupyter notebook, open command prompt and type “jupyter notebook”
- Second, download your student roster through my.utep.edu for the course
- download as complete webpage
- locate the main .html file address
- Third, put this ipynb in the same folder as the .html file
- Fourth, change the floc variable to the appropriate path that links to the .html file
- This doesn’t need to be changed if you did #3 and saved the webpage using the default name.
- Fifth execute the code (run all)
- Draw a new student using ctrl+enter in the cell under “Pick on a student”