In [ ]:
from IPython.display import HTML

raw_code = """
<h1>Oh yeah, HTML</h1>
<script type="text/javascript">
var kernel = IPython.notebook.kernel;
kernel.execute('!say "hello eye python notebook fans"');
</script>
"""
HTML(raw_code)