asmith26

Results 43 issues of asmith26

Some feature requests/suggestions: - The ability to add/rename/delete folders in my library. - Add personal notes to papers. - Similarly, allow user discussions on specific papers (or links to e.g....

## 🐛 Bug Report I occasionally get this error ```dart W/TextToSpeech(11619): speak failed: not bound to TTS engine ```` It's not very common, but when I get it I find...

Hi there, I really like the look of this project - I have a question: Are you able to "force" sync/update back to the original cookiecutter template? E.g. suppose I...

enhancement
help wanted

Does dask-cloudprovider support private docker-hub images (or AWS Elastic Container Registry/ECS)? I tried with no joy: ```python import dask_cloudprovider from dask_cloudprovider import FargateCluster dask_cloudprovider.__version__ # 0.2.0 cluster = FargateCluster(cloudwatch_logs_group="my_log_group", cluster_name_template='test',...

enhancement
provider/aws/ecs

This notebook example is a learning exercise during the Scipy2020 Dask sprint to establish how dask might be used to parallelize [jax](https://github.com/google/jax)/[dm-haiku](https://github.com/deepmind/dm-haiku) deep learning model training and prediction. I've committed...

Hi there, I was wondering if this lib offers a way for me to project a large `cudf` from lon/lat to UTM zone (e.g. [`.to_crs()` in Dask GeoPandas](https://dask-geopandas.readthedocs.io/en/stable/docs/reference/api/dask_geopandas.GeoDataFrame.to_crs.html#dask_geopandas.GeoDataFrame.to_crs))? Many thanks...

feature request
? - Needs Triage
inactive-30d

### Proposal Summary [Xarray](https://docs.xarray.dev/en/stable/) is a great library for working with labelled multi-dimensional arrays - this feels quite similar to what this (fantastic!) library does, so it would be great...

enhancement

Hi there, Just wondering is it possible to fine tune this model on a custom dataset? If so, are there any examples/code? Many thanks for any help, and for this...

Hi there, I recently had a problem using hvplot's `hover_cols` functionality, where when overlaying multiple plots the hover_cols info boxes were hiding each other. I managed to solve this thanks...

type: docs
good first issue
tag: hvplot