What I did

What I learned

The code I used to get it on my blog was

 # in python notebook
plotly.offline.plot(fig, filename = 'same_r_random_dir_plotly.html, auto_open=False)
# place the html file in the github repo /assets/images
# in markdown file
<iframe src="/assets/images/same_r_random_dir_plotly.html" height="600px" width="150%" style="border:none;"></iframe> 

What I will do next