I\'m using the following to hide code from my jupyter notebook after I export it to HTML:
FILE = "Report.html" with open(FILE, \'r\') as html_file: