In [1]:
# Add all necessary imports here
import matplotlib.pyplot as plt
%matplotlib inline
plt.style.reload_library()
plt.style.use("ggplot")
In [ ]:
<image>
<section data-background="img/cover.jpg" data-state="img-transparent no-title-footer">
<div class="intro-body">
<div class="intro_h1"><h1>Title</h1></div>
<h3>Subtitle of the Presentation</h3>
<p><strong><span class="a">Speaker 1</span></strong> <span class="b"></span> <span>Job Title</span></p>
<p><strong><span class="a">Speaker 2</span></strong> <span class="b"></span> <span>Job Title</span></p>
<p> </p>
<p> </p>
</div>
</section>
</image>
Speaker 1 Job Title
Speaker 2 Job Title
In [1]:
from IPython.display import Image
Image(filename='img/colorcontext.png', width=400)
Out[1]:
In [4]:
from IPython.display import YouTubeVideo
YouTubeVideo('2G8V00SkTvY')
Out[4]:
In [3]:
def f(x):
"""a docstring"""
return x**2
In [4]:
plt.plot([1,2,3,4])
plt.ylabel('some numbers')
plt.show()
It's very easy to make some words bold and other words italic with Markdown. You can even link to Google!