Joel Ostblom

Results 542 comments of Joel Ostblom

If anyone else is looking for functionality equivalent to the read-only cells offered by the freeze extension linked above, it is possible to change the metadata of a cell in...

Thanks for you for opening this issue @onlyphantom ! I believe `history [n]` is [built into bash across all platforms as document here](https://www.gnu.org/software/bash/manual/html_node/Bash-History-Builtins.html). Did you encounter a situation where it...

It is not working in zsh is because `history` is a builtin command in bash with its own functionality and options interface, whereas in zsh it is an alias for...

Closed in https://github.com/altair-viz/altair/pull/2699

Me too so let's go with that. @multimeric sorry for the delay here. Could you remove the v3 and v4 versions of `mixins.py` from this PR? I am also not...

Closing since this is fixed on the master branch.

Thanks again for working on this Chris! I believe that the special tab completion functionality you are referring to is inherent to IPython, so if you try in the IPython...

Hmm, one thing that seems different is that in your example `A.` does not complete whereas in our original example, we can see that `alt.X.bi` does complete. So I am...

Hmmm I don't have a good sense of what a solution here might be, but in general I would prefer working with a `.bin` method rather than a `.set_bin` method....

> can you synchronise this PR with the main repo? Done! Tests seem to be failing because of an issue installing chromedriver on the test image? > Tests and documentation...