Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 575 Bytes

File metadata and controls

26 lines (17 loc) · 575 Bytes

ML.ENERGY Research and Tech Blog

Blog deploy

Structure

  • docs/posts/: Blog post markdown files.
  • analysis/: Jupyter Notebooks and Python scripts that reproduce numbers, analyses, and figures in blog posts. One file per post, named to match the post file.

Install dependencies

pip install -r requirements.txt

Build

mkdocs build

Live preview

mkdocs serve