In [1]:
# Global settings - skip me
# Slideshow
from notebook.services.config import ConfigManager
cm = ConfigManager()
cm.update('livereveal', {'width': 1024, 'height': 768, 'scroll': True, 'theme': 'simple'})
Out[1]:
"The purpose of computing is insight, not numbers."
-- Hamming 1962
Jupyter notebooks started as a python thing, then realised that the UI is completely independent of the kernel.
There are many different kernels:
In [2]:
from IPython.display import Image
Image(url="http://i1185.photobucket.com/albums/z349/babybabydontbesoshy/NotBad.gif")
Out[2]: