Unit 1 / Week 2
Learning outcome: Creating a lab notebook and adding content.
- Monday: Form a plan with partner for week 2; make lab notebook and explore; finish quiz with new function.
- Tuesday: Change theme; add another header tab; read Grab a Project and experiment with a project (tic tac toe).
- Wednesday: Work on lab notebook; add calculator to hacks; sign up for live review.
- Thursday: Customize homepage/notebook cover; read and add JS Output w/ jquery and Python Hacks to hacks; live review prep.
- Friday: Live review
Live Review Prep
- Talk about what we have / did this week
- Continue to add hacks and stuff to lab notebook
- Discuss problems we faced and how we overcame challenges
- Jupyter Notebook
- Error loading notebook –> needed to select kernel (python)
- Code no running because ipykernel wasn’t updated –> pip install -upgrade ipykernel
- Beginning lab notebook: html files/code not saving in _site because I didn’t make an .md file for them
- Changing baseurl messed up my whole website
- None of the header tabs worked –> needed to change baseurl in sites
- Jupyter Notebook
- Questions we have:
- How can we get our jupyter notebook quiz to run in our website (not just show code)?