Chris B

Results 55 issues of Chris B

## Support Question When I try to use PerspectiveWidget in vscode, I get "nothing" (no display). I'm using an environment in which PerspectiveWidget works in jupyter lab, and in which...

bug

If not using conda, there are some additional steps you need to take to be able to run the tutorials. We should document those steps somewhere. Notes: 1. Don't want...

setup.py says: ``` install_requires = [ [...] "numpy >=1.0", [...] ``` But if you try to import holoviews in an environment with numpy 1.12 you get: ``` >>> import holoviews...

Some examples of various errors during computation that would be much easier to debug if obviously invalid input values were rejected. https://nbviewer.jupyter.org/github/ceball/snippets/blob/master/datashader-input-checking.ipynb [datashader input checking.ipynb.gz](https://github.com/bokeh/datashader/files/1816653/datashader.input.checking.ipynb.gz)

I started with examples/timeseries.ipynb, modifying to have only one column: In a bit of an ugly process, I then time `canvas.line()` and `canvas.points()` for increasing repeats of the dataframe: line...

Summary: What do you think about adding `--maxfail-per-notebook=n`, to allow stopping executing a notebook after its first failure? When using `--nbval-lax`, I really only want to know if the notebook...

If I create a new notebook `nb.ipynb` with two cells: In[1]: ```python %notmagic x = 0 raise TypeError ``` In[2]: ```python x = 1 ``` I would expect `python -m...

`all_equal()` is pretty broken, so replace it with `Comparator.is_equal()`. Fixes #179 Incorporates #180 But, some issues... To do: * [ ] decide on "different definitions of equality" * [ ]...

See #435 This isn't ready for any kind of review, it's just for visibility. I debated whether or not to make a PR at this stage; I'd say it's in...