Closed Duvancho321 closed 4 years ago
{python py, include=FALSE }
import numpy as np np.arange(1,100)
{r}
decorate_chunk("py") %>% flair( [all text] , color="orange" )
I would like all the python code to be orange. it is possible?
I'm sorry, I already know how
decorate_chunk("py") %>% flair_rx(".", color = "orange")
There is also a flair_all() function that does the same thing, perhaps a little more simply. :)
flair_all()
{python py, include=FALSE }
{r}
I would like all the python code to be orange. it is possible?