This commit is contained in:
Klementy Shchetynsky
2025-12-10 14:05:08 +01:00
parent 6e9c355935
commit d5e3f0aa0d

View File

@@ -88,6 +88,8 @@ use_virtualenv("~/gpt-everywhere/myenv")
import numpy as np
a = np.array([1,2,4])
print("array", a)
```
```{r}