Skip to content

Rayroaming/ese532_handouts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

202 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESE532 Handouts Repo

Build Instructions

Make sure you have python3. If you don't, we recommend Miniconda3

Build by:

# conda activate # activate your conda environment if not already
git clone https://github.com/icgrp/ese532_handouts.git
cd ese532_handouts/
pip install -r requirements.txt
jupyter-book build ese532_handouts/

And then browse locally by opening the index.html in the ese532_handouts/_build/html folder.

Clean the built files using:

jupyter-book clean ese532_handouts/ --all

Editing:

The content is in ese532_handouts/ directory. It's written with jupyter-book's MyST markdown syntax.

Refer to this guide to figure out the markdown syntax: https://jupyterbook.org/reference/cheatsheet.html

For course admins:

Use bash publish.sh to upload the handouts on course website

About

Course handouts for ESE532 at UPenn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 97.7%
  • TeX 2.3%