In [1]:
name = '2015-11-06-initial-meeting'
title = 'Initial meeting'
tags = 'reveal.js'
author = 'Denis Sergeev, Matthew Bone'

In [2]:
from nb_tools import connect_notebook_to_post
from IPython.core.display import HTML

html = connect_notebook_to_post(name, title, tags)

In [3]:
link_to_embed_slides = '<iframe src="//slides.com/denissergeev/python-users-group/embed" width="576" height="420" scrolling="no" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'
HTML(link_to_embed_slides)


Out[3]:

In [4]:
HTML(html)


Out[4]:

This post was written as an IPython (Jupyter) notebook. You can view or download it using nbviewer.