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