Demo site
  • Home
  • About

Notebooks

  • demo
Demo site
  • Notebooks
  • demo

In [1]:
Copied!
import numpy
import matplotlib.pyplot as plt
import numpy import matplotlib.pyplot as plt
In [2]:
Copied!
numpy.__version__
numpy.__version__
Out[2]:
'1.21.2'
In [4]:
Copied!
plt.plot(numpy.sin(numpy.linspace(0, 10, 1000)))
plt.plot(numpy.sin(numpy.linspace(0, 10, 1000)))
Out[4]:
[<matplotlib.lines.Line2D at 0x7fcda82f9040>]
No description has been provided for this image
Previous

Built with MkDocs using a theme provided by Read the Docs.
« Previous