Fred Feng
Results
12
comments of
Fred Feng
I ran into the same error. It seems it relates to using multiple `add` method. The code below reproduces the error. Seaborn version: 0.13.0 ```python import seaborn.objects as so (...
I agree. Anaconda is a good one-stop shop, but it has its limitations in education as Mark mentioned above. An alternative could be to install Python and JupyterLab directly, and...