Skip to content

Project Repository for Udacity DataAnalyst Nanodegree

Notifications You must be signed in to change notification settings

herrfeder/DataAnalyst

Repository files navigation

Udacity DataAnalyst NanoDegree

This repository contains the projects I created for the Udacity DataAnalyst NanoDegree. Additionally there is a LaTex template file, I'm using to create my reports. I've orginally adopted this template file from https://github.com/Wandmalfarbe/pandoc-latex-template and modified it for my needs.

PDF Build Instructions

I'm doing code highlighting using Pandoc Minted instead of the default markdown highlighting. This enables different background colors and more flexible syntax highlighting without having issues with LaTex.

Moreover I created a script to convert the Jupyter Notebook Markdown Export to a nice file for my Use-Case and automate the whole Build-Process from markdown to pdf. Therefore I need several tools:

Install pandoc-minted and pypandoc

pip install pandoc-minted
pip install pypandoc

Install imgkit:

pip install imgkit

Build PDF:

pandoc --standalone --number-sections --filter pandoc-minted \
       -o 01_explore_weather_trends.tex --template=../eisvogel.tex \
       --toc 01_explore_weather_trends.md \
       -V toc-own-page=true -V titlepage=true -V urlcolor=cyan \
       && pdflatex -interaction=nonstopmode -shell-escape 01_explore_weather_trends.tex

OR the script modify_and_build_pdf.py will do it for you.

About

Project Repository for Udacity DataAnalyst Nanodegree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published