jupyter notebook not showing code example
Example 1: plotly not showing in jupyter
import plotly.offline as pyo
pyo.init_notebook_mode()
Example 2: hide error display in jupyter
<ESC> <R> <Y> Enter command mode, change cell to to text, back to code. This hack will remove any output of a cell including error printouts.