Gavin Huttley

Results 53 comments of Gavin Huttley

Hit the same issue and this fixes with jupyterhub 1.0. Can this be merged?

+1 It would be really useful to produce html suitable for readthedocs from just rst!

Thanks for asking, I need to release my project earlier than that so will continue with the current mix of rst and ipynb (which currently relies on [nbsphinx](https://github.com/spatialaudio/nbsphinx/) for integrating...

downgrading this as it can be solved using `composable.user_function`

**Original comment by GavinH (Bitbucket: [557058:e40c23e1-e273-4527-a2f8-5de5876e870d](https://bitbucket.org/557058:e40c23e1-e273-4527-a2f8-5de5876e870d), ).** ---------------------------------------- I think the `hypothesis` and `bootstrap` classes should be able to control whether alignments are saved. In the first step is adding...

**Original comment by GavinH (Bitbucket: [557058:e40c23e1-e273-4527-a2f8-5de5876e870d](https://bitbucket.org/557058:e40c23e1-e273-4527-a2f8-5de5876e870d), ).** ---------------------------------------- Suggest solving this just for hypothesis. Requires ability for reconstruction of `hypothesis_result` object to propagate the alignment into its `model_result` values. Made...

Thanks heaps J! I think it will take some research. First, I notice that this sort of loading demo data sets is common with pandas. Take a look at how...

This addresses the first point above. To interpolate the color we need to define the limits. First, there are named color scales in plotly`.color.PLOTLY_SCALES`. Second, given the colours for the...

@Nick-Foto Let's expand the use case and consider how it would be solved using an ABC. The overall objective is make it easy for a developer to write their own...

Here's a remark on the [PEP 544 describing Protocols](https://peps.python.org/pep-0544/) > Python abstract base classes [abstract-classes] are the standard library tool to provide some functionality similar to structural subtyping. The drawback...