matplotlib.pyplot.uninstall_repl_displayhook
- 
matplotlib.pyplot.uninstall_repl_displayhook()[source] - 
Uninstall the matplotlib display hook.
Warning
Need IPython >= 2 for this to work. For IPython < 2 will raise a
NotImplementedErrorWarning
If you are using vanilla python and have installed another display hook this will reset
sys.displayhookto what ever function was there when matplotlib installed it's displayhook, possibly discarding your changes. 
    © 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
    https://matplotlib.org/3.2.2/api/_as_gen/matplotlib.pyplot.uninstall_repl_displayhook.html