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

## Tags

* type: documentation
* status: unclear

## 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
```