In [5]:
import pods 
pods.notebook.code_toggle()
The raw code for this jupyter notebook can be hidden for easier reading. To toggle on/off the raw code, click here.
In [6]:
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',
})
Out[6]:
{'height': 768,
 'start_slideshow_at': 'selected',
 'theme': 'serif',
 'transition': 'none',
 'width': 1024}

What Kind of AI are we Creating?

Neil Lawrence

Cognitive Science Work in Progress

23rd October 2015

In [19]:
from IPython.display import YouTubeVideo
YouTubeVideo('tUlAV-stPvE')
Out[19]:

In [ ]: