Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

Jupyter notebook 2015-11-07-185719.ipynb

Views: 87
Kernel: Anaconda 3
print "hello world"
File "<ipython-input-1-d0db7f9aba35>", line 1 print "hello world" ^ SyntaxError: Missing parentheses in call to 'print'
import numpy as np np.random.rand(10)
array([ 0.03224314, 0.92224139, 0.88753642, 0.80133003, 0.45788943, 0.32023111, 0.50021167, 0.79708456, 0.39025543, 0.46338692])
%matplotlib inline
%pylab nbagg plot([1,2,3])
Populating the interactive namespace from numpy and matplotlib
<IPython.core.display.Javascript object>
[<matplotlib.lines.Line2D at 0x7f4942a9b750>]