I have an Ipython notebook here and want to use it within the Lyx GUI so I can make a Latex document
http://nbviewer.ipython.org/gist/decisionstats/4142e98375445c5e4174
import pandas as pd #importing packages
import os as os
#pd.describe_option() #describe options for customizing
#pd.get_option("display.memory_usage")#setting some options
os.getcwd() #current working directory