This is an example notebook:
In [1]:
    
function f(x)
    return x + 1
end
    
    Out[1]:
In [2]:
    
f(3)
    
    Out[2]:
In [ ]:
    
    
In [3]:
    
# comment
    
In [4]:
    
; ls
    
    
In [5]:
    
?sin
    
    
    Out[5]:
    
In [6]:
    
const myfile = @__FILE__
    
    Out[6]:
In [ ]:
    
const myfile2 = @__FILE__
f(314158)
# comment