Open AlephNotation opened 5 years ago
Calling fit on GeneralizedGamma within a Jupyter Labs notebook results in a lot of whitespace in the output. I think this is because sys.stdout.flush() does not play well Labs.
GeneralizedGamma
sys.stdout.flush()
Calling fit on
GeneralizedGamma
within a Jupyter Labs notebook results in a lot of whitespace in the output. I think this is becausesys.stdout.flush()
does not play well Labs.