Maxime Liquet

Results 368 comments of Maxime Liquet

Implemented in #542 🎉

`deepcopy_default_value_per_parameterized_instance` is a little long and `deepcopy` a little too short :) (I'm always confused with `readonly` and `constant` that both lack some context). How about `deepcopy_default` or `deepcopy_default_on_init`? I...

I started to have a look at this issue and wish we could implement it, however, there's a lot of moving pieces and it's a pretty big change, I doubt...

Superseded by yet another PR: https://github.com/holoviz/hvplot/pull/1044 Thanks for your initial push on that @MridulS, it finally worked, the tests are no longer hanging on Windows!

> Thanks! Can you tell me what steps will let me reproduce this running project? E.g. `anaconda-project prepare` followed by something to use the git master version of holoviews (or...

> As @Azaya89 said, it is temporary until the next release of HoloViews is out. Ok noted thanks. Let's switch back to the `defaults` channel when HoloViews is released with...

> I'm getting this warning when I run `doit validate:nyc_taxi`: "WARNING: Notebook nyc_taxi/index.ipynb must not contain any code cell outputs, please clear it." but the `index.ipynb` file doesn't even have...

I updated your original post with the modernizing checklist.

@Azaya89 I reviewed the changes you made, they look good to me. What is left I think: - [x] Use next version of hvPlot when released - No longer call...

@Azaya89 hvPlot 0.10.0 has been released so you can now update the code to use `bgcolor` directly when calling hvPlot instead of via `.opts()`. When done, please ask Jim if...