Welcome to Nikola

Nikola Tesla Corner by nicwest, on Flickr

If you can see this in a web browser, it means you managed to install Nikola, and build a site using it. Congratulations!

Next steps:

Send feedback to info@getnikola.com!

\begin{equation*} \int \frac{dx}{1+ax}=\frac{1}{a}\ln(1+ax)+C \end{equation*}

hello.py (Source)

def hello(name='world'):
    greeting = "hello " + name
    print(greeting)
line1 = 1
line2 = 2
line3 = 3
line4 = 4
line5 = 5

Comments