import pods
pods.notebook.code_toggle()
from notebook.services.config import ConfigManager
cm = ConfigManager()
cm.update('livereveal', {
'theme': 'serif',
'transition': 'none',
'start_slideshow_at': 'selected',
})
cm.update('livereveal', {
'width': 1024,
'height': 768,
})
cm.update('livereveal', {
'transition': 'none',
})
{'height': 768, 'start_slideshow_at': 'selected', 'theme': 'serif', 'transition': 'none', 'width': 1024}
from IPython.display import YouTubeVideo
YouTubeVideo('tUlAV-stPvE')