Jupyter and IPython are a pair of open source projects that together offer an open-source (BSD-licensed), interactive computing environment for Python, Julia, R and other languages.
In [1]:
%load_ext load_style
%load_style images-pad.css
from IPython.display import Image
In [2]:
Image("images/ipython_logo.png", width=400)
Out[2]:
In [3]:
Image("images/jupyter_logo.png", width=400)
Out[3]: