ipython widget display code example Example: ipython widget display from IPython.display import display w = widgets.IntSlider() display(w)