This is where I will document my learning in AP Computer Science A Class with Mr. Mortensen
- Includes:
- Notes
- Tangibles
- Lab Notebook
Blogs Lab Notebook College Board Notes
- To run local
makeor
bundle exec jekyll serve- Stop preview server, but leave constructed files in project for your review.
make stop- Stop server and "clean" constructed files, best choice when renaming files to eliminate potential duplicates in constructed files.
make clean- Test notebook conversions, best choice to see if IPYNB conversion is acting up.
make convert
```