Scott Sievert

Results 141 comments of Scott Sievert

I’d also like to see this. Pulling from the [tensorflow/contrib readme][1], > When adding a project, please stick to the following directory structure: Create a project directory in contrib/, and...

Agreed. When I was looking for replacements, I found [ptpython](https://github.com/jonathanslenders/ptpython). It's another interpreter with many of the same features -- auto completion, syntax highlighting, IPython integration and it can docstrings...

It'd also be nice if the new matplotlib 3.3.0 str/function inputs could be documented too: https://matplotlib.org/users/whats_new.html#allow-tick-formatters-to-be-set-with-str-or-function-inputs

> doctr deploy stashes your dirty changes. It should unstash them, but maybe that failed. You can try running git stash pop manually. Luckily I've been able to recover. `git...

I'm using [opt_einsum] with their sparse backend, but opt_einsum still wants an einsum operation in sparse. It works for particular einsum strings as per [their sparse tests][1], but still relies...

Here's a failing test: https://gist.github.com/stsievert/202a07432ce82579a449ad113b33ba4a. It's takes the einsum string as input, but only fails for certain inputs. Its a modification of [the opt-einsum sparse tests](https://github.com/dgasmith/opt_einsum/blob/960cf7c45993077be6d4ad04a1564b6042f0e092/opt_einsum/tests/test_backends.py#L131-L158). The application is with...

I see two solutions: 1. ~~Don't allow j/k to move cells~~ Only allow moving between cells in Jupyter normal mode, not in cell edit mode. 2. Cause moving cells to...

I've revised the first point to "Only allow moving between cells in Jupyter normal mode, not in cell edit mode". Here's a gif of what I mean:

I'd prefer the bindings to be the same as vim's actions for a single line. I don't need to learn another set of keybindings then. Could we present a choice...