Aakash's Vocabulary

Keep quick access record of a student's knowledge base


In [7]:
import IPython

In [17]:
iframe = """<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vREso_wteEWctZR2sGCGKpKVJs5sNlN2MWubllu0Z0--3x67-4sjibJveU3dKSECp5Q_m9zND5ozD4I/pubhtml?widget=true&amp;headers=false" width="100%" height="1200px" ></iframe>"""

In [18]:
IPython.display.HTML(iframe)


Out[18]:

In [14]:
from IPython.display import HTML
HTML(
"""
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdMgaWGOUP-OMqQvSoIGmmR8N-0t7GermJtOxXs2zY5-bp6UQ/viewform?embedded=true" width="640" height="979" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
"""
)


Out[14]:
Loading…

In [ ]: