ehmatthes / intro_programming

A set of IPython notebooks and learning resources for an Introduction to Programming class, focusing on Python.
MIT License
396 stars 198 forks source link

Now rendering "show_hide_button" while local hosting #153

Open aryabhatta000 opened 6 years ago

aryabhatta000 commented 6 years ago

Since .py files had incorrect folder path - when executing _build-htmlpages.sh - after fixing this issue - another issue codec - charmap error was identified reading file.readlines() - which was solved specifying encoding parameter with file.open()

Rendering Before Fix

image

Rendering After Fix

image