Open issue with plotly https://github.com/plotly/plotly.py/issues/2062 temporal solution ``` %%html <style> .jp-OutputArea-output { overflow-y: hidden; } </style> ```