To begin editing a book, open the appropriate file:
- Calculus:
codechat_config_calculus.yaml
- Precalculus:
codechat_config_precalculus.yaml
- Linear Algebra:
codechat_config_linear_algebra.yaml
Copy its entire contents, then open and overwrite ALL the contents of
the codechat_config.yaml
file.
Alternatively, open a terminal and run this command:
- Calculus:
cp codechat_config_calculus.yaml codechat_config.yaml
- Precalculus:
cp codechat_config_precalculus.yaml codechat_config.yaml
- Linear Algebra:
cp codechat_config_linear_algebra.yaml codechat_config.yaml
For more information, visit our wiki at https://github.com/TeamBasedInquiryLearning/library/wiki/GitHub-Codespaces-for-Authors.