I have a problem with double output! It irritates me.
It happens with every output. Please help!
== is an equality operator.
IPython has a cell magic, %%capture , which captures the stdout/stderr of a cell. With this magic you can discard these streams or store them in a variable. from __future__ import print_function import sys. By default, %%capture discards these streams. This is a simple way to suppress unwanted output.
I've fixed this by restarting the kernel and the re-loading the web page (i.e. F5).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With