Adam J. Stevenson
  • Home
  • Research
  • Publications
  • Categories
  • Tags
  • Archives

IPython Notebook Integration Testing ipython notebooks with the LiquidTags plugin

So, this appears to not be so hard to do. If I am able to get it to work, that will be proof of how good the plugins, documentation, and other resources are out there. In roughly 1 hour, I have gone from nothing, to a functional blog that effortlessly publishes Ipython Notebooks. Truly amazing stuff.

In [1]:
import numpy as np
from matplotlib import pyplot as plt
In [2]:
x=np.linspace(0,50,200)
y1=np.sin(x)
y2=np.sin(3*x)
y3=3*np.sin(2*x)
In [7]:
plt.plot(x,y1)
plt.plot(x,y2)
plt.plot(x,y3)
Out[7]:
[<matplotlib.lines.Line2D at 0xba6168c>]
In [ ]:
 


  • « Getting Started with Pelican A step-by-step guide to how I created this blog.
  • Org-Mode with Pelican testing export from org-mode »

Published

déc. 3, 2013

Category

Blog Setup

Tags

  • python 3
  • science 2
  • Powered by Pelican. Theme: Elegant by Talha Mansoor