Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News Sign UpSign In
| Download

Jupyter notebook support/2015-04-08-python3.ipynb

Views: 65
Kernel: Python 3
import sys sys.version
'3.4.2 (default, Oct 8 2014, 13:08:17) \n[GCC 4.9.1]'
%%sh hostname
compute18dc0
%matplotlib inline
from pylab import plot
plot([1/5,2/3,1/3,5/7])
[<matplotlib.lines.Line2D at 0x7f1ef5f44eb8>]
Image in a Jupyter notebook