Affichage du widget Ipython

from IPython.display import display
w = widgets.IntSlider()
display(w)
Dark Dotterel