{article iPython Example}{title} {text} {/article}

Starting a notebook with the following code:
ipython notebook
The notebook is opened in your default browser
{source}
<!-- You can place html anywhere within the source tags -->
<pre class="brush:py;">

PS C:\Users\Tom> ipython notebook
2014-10-28 14:05:57.151 [NotebookApp] Using existing profile dir: 'C:\\emacs\\.ipython\\profile_default'
2014-10-28 14:05:57.198 [NotebookApp] Using MathJax from CDN: https://cdn.mathjax.org/mathjax/latest/MathJax.js
2014-10-28 14:05:57.385 [NotebookApp] Serving notebooks from local directory: C:\Users\Tom
2014-10-28 14:05:57.385 [NotebookApp] 0 active kernels
2014-10-28 14:05:57.385 [NotebookApp] The IPython Notebook is running at: http://localhost:8888/
2014-10-28 14:05:57.385 [NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirm
ation).



</pre>

<script language="javascript" type="text/javascript">
    // You can place JavaScript like this

</script>
<?php
    // You can place PHP like this

?>
{/source}