jupyter notebook stuck plotly code example
Example 1: plotly not showing in jupyter
import plotly.offline as pyo
pyo.init_notebook_mode()
Example 2: kivy stuck in fullscreen in jupyter notebook macbook
from kivy.config import Config
Config.set('graphics', 'fullscreen', '0')
Config.write()