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

Starting a notebook with the following code:
ipython notebook --pylab

This loads the Scipy, NumPy, and Matplotlib modules.
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 --pylab
2014-10-28 14:30:59.300 [NotebookApp] Using existing profile dir: 'C:\\emacs\\.ipython\\profile_default'
2014-10-28 14:30:59.300 [NotebookApp] WARNING | Starting all kernels in pylab mode is not recommended,
    and will be disabled in a future release.
    Please use the %matplotlib magic to enable matplotlib instead.
    pylab implies many imports, which can have confusing side effects
    and harm the reproducibility of your notebooks.
2014-10-28 14:30:59.347 [NotebookApp] Using MathJax from CDN: https://cdn.mathjax.org/mathjax/latest/MathJax.js
2014-10-28 14:30:59.440 [NotebookApp] Serving notebooks from local directory: C:\Users\Tom
2014-10-28 14:30:59.440 [NotebookApp] 0 active kernels
2014-10-28 14:30:59.440 [NotebookApp] The IPython Notebook is running at: http://localhost:8888/
2014-10-28 14:30:59.440 [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}