Philipp Rudiger
Philipp Rudiger
#537 isn't exactly the same since it's about env vars but probably share various similar issues in terms of implementation. In particular your comment about the implementation gives me pause:...
Also have a few questions about the parsing ```python def _parse_data_source(self, name, data, global_parameters): if data.pop('remote', False): from intake.catalog.remote import RemoteCatalogEntry return RemoteCatalogEntry(getenv=self.getenv, getshell=self.getshell, **data) elif 'cls' in data: from...
For this discussion I don't think it's necessarily important which fields to redact as long as there is a mechanism to declare which fields should be redacted. That said I...
>dask_sample: value would be between 0 and 1. Could we generalize this? Afaik pandas also supports `.sample(frac=...)` so could we just call it ``sample_frac`` and have it apply to both?
The benefit of putting it in hvPlot from an intake user's perspective would be that you could declare it in the catalog yaml.
Definitely an issue since this is where the `@jupyter-widgets/html-manager` tries to fetch the package from CDN: https://github.com/jupyter-widgets/ipywidgets/blob/master/packages/html-manager/src/libembed-amd.ts#L48
I do think that `OutputCtxManager` should at least make an attempt at implementing a file-like API, even if most of the implementation details are in fact no-ops.
Strongly agree, the most common limitations should be highlighted (i.e. networking stack issues) but we should also point people to the FAQ and ask them to search existing issues before...
Modifiable icons and labels were merged at the same time, unfortunately I only implemented that for the drawing tools, so currently there is no way to rename the reset tool.
Thanks, I'll probably tackle all the drawing tool related issues in one go again.