You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
topLines=['<!DOCTYPE HTML>\n','<html>\n','<head>','<title> Plots from GW170814\n, Season 416 </title>\n','</head>\n','<body>']
bottomLines=['</body>\n','</head>']
written=htmlYeah(topLines)
forgifinallTheGifs:
imgLocation=location_of_youLonelyGifsAndFits+gif
lines=['<h1>What Is Going on Here?</h1>\n','<p>Description of what is going on here.</p>\n','<h2>'+gif+'</h2>\n','<p>\n','< img src='+imgLocation+'/>\n','</p>\n','<p>Description of it</p>\n','</body>\n','</head>']
write=written.writelines(lines)
wrote=write.writelines(bottomLines)
return"A html file with lots of gifs has been created. You should check it out."