From 6e9c355935f1c6abbe6dd85f140df0be1e2812bc Mon Sep 17 00:00:00 2001 From: Klementy Shchetynsky Date: Wed, 10 Dec 2025 14:03:28 +0100 Subject: [PATCH] Test --- src/MAIN.qmd | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/MAIN.qmd b/src/MAIN.qmd index e0607cb..ef1b3f5 100644 --- a/src/MAIN.qmd +++ b/src/MAIN.qmd @@ -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