Skip to content

Po-Huang/lmc-book

 
 

Repository files navigation

Course notes for AA/EE/ME 548

© Karen Leung

Build Book Locally

To build the book locally you need to install Jupyter Book:

python -m pip install -U jupyter-book
# conda install -c conda-forge jupyter-book

With Jupyter Book installed you can build the book locally as follows:

# From the root directory of the repository
jupyter-book build .

The HTML of the book are located in the _build/html directory. Open the index.html file to land on the home page of the book.

Developing

This repo uses pre-commit, so after cloning run pip install -r dev-requirements.txt and pre-commit install prior to committing. If you have already committed, but your PR is failing because of a pre-commit error, run pre-commit run --all

About

lmc-book

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TeX 68.6%
  • BibTeX Style 22.0%
  • Jupyter Notebook 3.5%
  • Python 2.2%
  • JavaScript 2.0%
  • CSS 1.7%