stop showing warnings in google colab code example
Example 1: jupyter ignore warnings
import warnings
warnings.filterwarnings('ignore')
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.