x = np.linspace(-np.pi, np.pi, 201)
plt.plot(x, np.sin(x))
plt.xlabel('Angle [rad]')
plt.ylabel('sin(x)')
plt.axis('tight')
plt.show()
from IPython.core.display import display, HTML
display(HTML('<h1 style= "text-align:center"> Hello world! </h1>'))
Ez itt ki van emelve, mert nagyon fontos.
C:\Users\furu> echo "Hello world!"