QuantEcon · GitHub

Original file line numberDiff line numberDiff line change

@@ -18,6 +18,17 @@ This table contains the latest execution statistics.

1818
1919

(status:machine-details)=

2020
21-

These lectures are built on `linux` instances through `github actions` and `amazon web services (aws)` to

22-

enable access to a `gpu`. These lectures are built on a [p3.2xlarge](https://aws.amazon.com/ec2/instance-types/p3/)

23-

that has access to `8 vcpu's`, a `V100 NVIDIA Tesla GPU`, and `61 Gb` of memory.

21+

These lectures are built on `linux` instances through `github actions`.

22+
23+

These lectures are using the following python version

24+
25+

```{code-cell} ipython

26+

!python --version

27+

```

28+
29+

and the following package versions

30+
31+

```{code-cell} ipython

32+

:tags: [hide-output]

33+

!conda list

34+

```

Read the original on github.com ↗