This commit is contained in:
Klementy Shchetynsky
2025-12-10 14:03:28 +01:00
parent 7d6602657d
commit 6e9c355935

View File

@@ -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