From 06b2b7ab01915b3cb980f67f822851e68a44c3a3 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Sat, 14 Jan 2017 12:17:33 +0530 Subject: Minor changes. --- scipy/basic/notebook.tex | 2 ++ scipy/basic/quickref.tex | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scipy/basic/notebook.tex b/scipy/basic/notebook.tex index b6b6f52..4442c9f 100644 --- a/scipy/basic/notebook.tex +++ b/scipy/basic/notebook.tex @@ -253,6 +253,7 @@ In []: %matplotlib \begin{frame}[fragile] \frametitle{Using matplotlib} + \small \begin{lstlisting} In []: %matplotlib In []: from matplotlib import pyplot as plt @@ -295,6 +296,7 @@ In []: plt.plot(x, sin(x)) \begin{frame} \frametitle{Exercise} \begin{itemize} + \item Start the notebook \item Create a new notebook \item Try the interface tour (Help->Interface tour) \item Add some markdown text, an image, and a simple equation diff --git a/scipy/basic/quickref.tex b/scipy/basic/quickref.tex index adfaba4..ced31b9 100644 --- a/scipy/basic/quickref.tex +++ b/scipy/basic/quickref.tex @@ -36,7 +36,6 @@ \begin{center} \textbf{Scientific Computing with Python}\\ \textbf{Quick Reference}\\ -\textbf{SciPy India 2016}\\ \end{center} \vspace{-2ex} -- cgit