Trial python blog using jupyter

Posted on Thu 03 September 2015 in blog • Tagged with ipython, blogging

Purpose This is the first iPython notebook I'm adding online. The goal of this notebook is more to learn the syntax, etc, and to migrate content online. For example, one asterisk makes text italic. Two asterisks makes text bold. Putting 2 dollar signs before and after an expression gives an equation:

$$y=10*x$$

An equation can be displayed inline with the text by adding a single dollar sign on either side of the expression, like so: $y=sin(x)$


Continue reading