11th grade-all tasks
Kernel: Python 3 (Anaconda)
In [1]:
In [95]:
Out[95]:
In [26]:
In [27]:
Out[27]:
Text(0,0.5,'y[m]')
In [82]:
In [83]:
In [84]:
Out[84]:
Text(0,0.5,'y[m]')
In [85]:
Out[85]:
In [2]:
Out[2]:
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
<ipython-input-2-34212588094b> in <module>()
1 from matplotlib import animation, rc
2 from IPython.display import HTML
----> 3 HTML(ani.to_html5_video())
NameError: name 'ani' is not defined
In [0]: