jupyter demo

This is a demo

1
%matplotlib inline
1
2
3
4
5
import numpy as np
import matplotlib.pyplot as plt
x=xrange(1,10)
y = np.sin(x)
plt.plot(x,y)
[<matplotlib.lines.Line2D at 0x75590f0>]

png

fight

不知不觉已经毕业3个月了,没有了刚开始的无措感,却还是无比还念能在校园里静静学习的时光。时间追着我跑,人最怕失去好奇心跟恒心,不想一直当一个不知方向的螺丝钉,还在胡思乱想中浪费光阴。不想当温水中的那只青蛙,就得充实起来!

希望多年后能感谢当初不忘奋斗的自己!

|