Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 546 Bytes

sample.md

File metadata and controls

43 lines (28 loc) · 546 Bytes

Test of Jupyter Notebook generator

This is a generated file using misc/ipynb_generator.py.

Math

This is a test notebook.

$$y'=ky$$

import numpy as np

print(np.exp(1.0))

The above is a Python code for the following:

print(np.log(1.0))

Text

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.