Daniel Kerkow edited Introduction.tex  over 10 years ago

Commit id: 2ec2279f3d16d7d5369909a7261ff79aa324ad5d

deletions | additions      

       

Let's go.  \subsection{Create Notebook File}  At first, we have to create a Notebook file. I took the data and Python script that I made for the lab report and put it in a local folder called ipython. Using the terminal, I switched into this folder and called \\texttt{ipython \texttt{ipython  notebook \%matplotlib inline}. The latter argument is used to have my plot show up in ipython itself underneath the code cell that runs the plot. I also splitted up the code in smaller chunks and converted some of my code comments into Markdown cells. That makes it nice to read the Notebook and structures the code.  Afterwards I ran every code cell from top to bottom using the Shift + Enter keys.