Scott Sievert

Results 63 issues of Scott Sievert

The code checked for _exactly_ Python 3. When Python 4 is released, this code will break and revert to the Python 2 behavior, something we don't want. That is, I...

After running `bipython` after running `ipython console` or `ipython kernel` I get ``` shell > bipython fatal: Not a git repository (or any of the parent directories): .git Traceback (most...

I find myself referring to https://jakevdp.github.io/PythonDataScienceHandbook/04.10-customizing-ticks.html#Summary-of-Formatters-and-Locators all the time to find the correct matplotlib locators/formatter. I only recently realized that there are more maplotlib [locators][1] and [formatters][2], including `StrMethodFormatter` and...

A simple enhancement that adds `A.dot(x)`, versus `skcuda.dot(A, x)`. This is most useful with many dots (but a `__matmul__` operator would be better). Tests not run, but this is only...

**What does this PR implement?** It simplifies the sample_weight example in the docs. In the previous example, `MyModule.forward` signature changed but arguments were changed, but there was a comment saying...

**What does this PR implement?** It warns about running `doctr deploy` with the `--force` flag and dirty files. I made the mistake of doing this, and this warning would have...

It'd be nice if Vim bindings could while in the notebook cell mode (not editing a cell). i.e., `dd` deletes a cell` and `yy` copies a cell. I keep on...

When in normal mode, j/k can move cells if at the bottom/top of a cell. If the cell below/above the current cell has been visited previously, the cursor moves to...

i.e., have a tool that integrates with `df[df.field == value]`.

On my machine, updating takes 2.4 seconds. This happens anytime a button is pressed. This is really annoying.