Ignacio Martinez
Ignacio Martinez
I was able to use your `docker-compose.yml` to get spark up and running on my computer. I am able to copy small data to it using `sparklyr`: For example: ```r...
Is it possible to set the poster width to 100% of the screen resolution? This would be great for creating posters for online conferences these days. Right now I'm setting...
Is there any plan to add a `code_folding` option to `pagedown::html_paged:` ? I tried the following but it did not work as expected: ``` output: pagedown::html_paged: theme: default code_folding: hide...
After running `pip install nvidia-docker-compose` i get command not found when trying to run nvidia-docker-compose: ``` ignacio@xps:~$ pip install nvidia-docker-compose Collecting nvidia-docker-compose Using cached https://files.pythonhosted.org/packages/e1/67/6b564ba3e37de0bded7c3173dbdfabda704bebc39c8e9080ec9810cbdd04/nvidia_docker_compose-0.1.6-py2-none-any.whl Collecting jinja2 (from nvidia-docker-compose) Using...
I'm trying to connect to a remoter server and getting the following error: ```r Error in sodium::auth_decrypt(encrypted, getkey(private), getkey(theirs)) : is.raw(nonce) is not TRUE In addition: Warning message: In unserialize(rmsg)...
Is it possible to add vertical lines to a graph? like `geom_vline` in `ggplot2` Right now I have this graph: ``` df1 % group_by(Group) %>% arrange(Timestamp) %>% mutate(count = row_number())...
Is there a way to set the max an min for the y-axis? For example ``` DF % tau_bar(x="Ranking", y="Prob") %>% tau_guide_y(tick_format="%") ``` I would like the max value to...
The ticks in this plot go from 0 to 13: ``` countspermonth % tau_line(x = "month", y = "count") %>% tau_guide_x(label="Month") %>% tau_guide_y(label="Counts", label_padding=50) ``` Is there a way to...
The following shiny app allows me to subset the data and then redraws a bar graph. Is it possible to have an animation where the bars change size instead of...
I was trying to play with greta using this container but I'm getting an error. This is what I am doing: ``` nvidia-docker run -it rocker/ml-gpu:latest bash root@7dc3309926d4:/# nvidia-smi Fri...