David Gilbertson

Results 52 comments of David Gilbertson

@Erotemic I'm curious, would it suit your use case if you could pass in something like `fig_kws` to `FacetGrid` (and the figure-level plot functions)? That allows you to specify the...

@Erotemic the below is a horribly hacky workaround, but it will allow you to open one figure window, and the re-execute your code and have it re-use that same figure...

I've just stumbled upon https://github.com/mwaskom/seaborn/issues/2830 so this is perhaps a duplicate...

Digging into this a bit, here's a reproducible snippet that replicates what Prophet is doing, but without prophet. This errors on Windows: ```py import concurrent.futures def times_two(val): return val *...

Two seconds after logging this, I returned to the course, ran a cell, and got this: ![image](https://user-images.githubusercontent.com/4443482/183345720-9db53019-4e16-4220-a759-4e9e0d97eba5.png) A slightly more rare example of why `import *` is poor form: this...

It's weird, everything else about the course strikes me as very well thought out with clever ways to explain complex concepts. But then the code is littered with this sloppy...

Tyler is that a screenshot of the page that I linked to in the sentence "I have reviewed the troubleshooting tips described here and they do not solve my problem"?...

I'm receiving this now, too. It's happened a few times in the last few weeks, I click the button and _think_ I started timing, only to realise later that the...

Any comment from the Conda team? Does the "Pending feedback" label mean this gets no attention? What feedback is pending? I checked my `.condarc` file and it does indeed have...

Perhaps a simple change that would please many users is moving it to the bottom right. Moving to the bottom right would keep the benefits of informing the user without...