This is an example notebook:


In [1]:
function f(x)
    return x + 1
end


Out[1]:
f (generic function with 1 method)

In [2]:
f(3)


Out[2]:
4

In [ ]:


In [3]:
# comment

In [4]:
; ls


includes
runtests.jl
test.ipynb

In [5]:
?sin


search: 
Out[5]:
sin(x)

Compute sine of x, where x is in radians

sin sinh sind sinc sinpi asin using isinf asinh asind isinteger


In [6]:
const myfile = @__FILE__


Out[6]:
""

In [ ]:
const myfile2 = @__FILE__
f(314158)
# comment