Lessons and missions to accompany Chapter 2 and Chapter 4 of the No Bullshit Guide to Math & Physics (a.k.a. No Bullshit Guide to Mechanics).
Launch binder instance (temporary server running JupuyterLab for your experimentations):
If you'd like to play with the noBSmech
lessons project on your computer:
- Clone this repository
- Run
pip install -r requirements.txt
to install Python libraries - (Optional) Edit the books source files located in the this directory
- Run
jupyter-book clean .
to remove any existing builds - Run
jupyter-book build .
A fully-rendered HTML version of the book will be available in _build/html/
.
We welcome and recognize all contributions. You can see a list of current contributors in the contributors tab.
This project is created using the excellent open source Jupyter Book project and the executablebooks/cookiecutter-jupyter-book template.