Test
This commit is contained in:
@@ -78,11 +78,18 @@ library(tidyverse)
|
||||
library(data.table)
|
||||
library(quarto)
|
||||
library(cowplot)
|
||||
|
||||
library(reticulate)
|
||||
use_virtualenv("~/gpt-everywhere/myenv")
|
||||
```
|
||||
|
||||
#### Project-spedific libraries
|
||||
|
||||
```{python3}
|
||||
import numpy as np
|
||||
a = np.array([1,2,4])
|
||||
print("array", a)
|
||||
```
|
||||
|
||||
```{r}
|
||||
#| label: proj_libs
|
||||
#| message: false
|
||||
|
||||
Reference in New Issue
Block a user