This log book is written as a Markdown format based on JupyterBook.
In order to build the markdown into html pages, you need to download:
- jupter book (build html files from markdown files)
- ghp-import (upload html files onto Github to publish the website)
Run the following steps to compile the Jupter book:
- Go to upper level directory containing the "vattenfall" folder
- Build the book by run "jupter-book build vattenfall"
- Enter into the "vattenfall" folder
- Publish the html pages by run "ghp-import -n -p -f _build/html"
Or, alternatively, an easier approach to build as follows:
- Go to the "vattenfall" folder
- Build the book by run "jb build ."
- Publish the html pages by run "ghp-import -n -p -f _build/html"
Then you should be able to access the Vattenfall_project logbook!