Simple example

Links: notebook, html ., PDF, python, slides ., presentation .

import pyquickhelper
from pyquickhelper.loghelper import str2datetime
str2datetime("2015-03-02")
datetime.datetime(2015, 3, 2, 0, 0)

Equation: x^2

import pyquickhelper.ipythonhelper
pyquickhelper.ipythonhelper.set_notebook_name_theNotebook()
<IPython.core.display.Javascript object>
theNotebook
'simple_example.ipynb'

Some chinese: 汉字/漢字 (from wikipedia Chinese language)

print("汉字/漢字")
汉字/漢字

Some utf-8: 

print("", ord(""))
 57344