Inspired by a trip to Trader Joes one rainy afternoon
Embedding Jupyter Notebook into Squarespace:
First upload it to Github, then create a iframeable url at http://nbviewer.jupyter.org/
Then simply embed as an iframe:
<iframe src="https://nbviewer.jupyter.org/github/sebmorales/itp_RWET/blob/master/HW/some-poetry-generators.ipynb" width="100%" height="3600" scrolling="yes" frameborder="0"></iframe>
*Note: make sure the url is secure (https), if not it won't load for security reasons.