summaryrefslogtreecommitdiff
path: root/topics/notebooks/pluto.gmi
blob: 30b5d8d35eeae2575f5f84301653f54bed928f6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Julia Pluto

## Pluto in a Guix container

We run Pluto in a container. It allows for self-install of Julia packages:

```
guix environment -L ~/guix-past/modules/ -L ~/guix-bioinformatics/ julia-visuals -C --ad-hoc vim bash wget openssl nss  --network
```

To prevent complaints of SSL set the path correctly, or simply (not ideal)

```
echo "check_certificate = off" >> ~/.wgetrc

bash runpluto.sh 4343
```