Rigoberto Leyva Salmeron
Rigoberto Leyva Salmeron
sure, thanks for all your work on this project!
Hi @pwwang, Maybe I did not specify the functionality that I was expecting. I was expecting to get a dataframe output after grouping data with `group_by` so that I could...
figure 2 shows dataset grouped with pandas `groupby()` after click on the icon (square with arrow pointing up) on left of `pandas_group` variable name in Variables window. `datar_group` grouped with...
I tried , the following and it does not work: `e_add(color = c('blue', 'green','yellow'))` also, the following code colors every boxplot blue (not different colors): `e_color(c('blue', 'green','yellow'))`
I would also like to see a more intuitive syntax on Query.jl, specially for calling the names of columns. The `_.` could potentially be included as part of the macro...
Yes, in quarto, self-contained creates one html file with all it's corresponding js, images, etc. Makes it easier to distribute as a single file. On Sat, Jul 23, 2022, 4:21...
My guess is that the problem lies in how Math uses backtick to render formulas. The $ can be escaped with `$` shown in following code. Although it is its...
Thanks, I can confirm it works.
Fullscreen plugin is very helpful, if a workaround can be found, it would be preferable
The `+` sign or `1)` could be implemented to differentiate fragmented bullets as done in this [example](https://mszturc.github.io/obsidian-advanced-slides/extend-syntax/fragmentedlists/)