This is a generated file using misc/ipynb_generator.py
.
This is a test notebook.
import numpy as np
print(np.exp(1.0))
The above is a Python code for the following:
print(np.log(1.0))
This is the footer notes for this generated notebook.
Magic method:
%matplotlib inline
Matplotlib:
import matplotlib.pylab as plt
plt.plot(range(100), [x * x for x in range(100)], 'k-')
plt.show()
This is a raw cell.