summaryrefslogtreecommitdiff
path: root/topics/notebooks
diff options
context:
space:
mode:
authorPjotr Prins2021-08-31 10:17:04 +0200
committerPjotr Prins2021-08-31 10:17:04 +0200
commitf865fe4513fcc02b63798e90d7bb095a12a4cd46 (patch)
tree705daf1c56c457e0761388bbb1e66c01e77dfaf3 /topics/notebooks
parent4a9f3008f0428fb7daa5e90f0a573686d182d7b2 (diff)
downloadgn-gemtext-f865fe4513fcc02b63798e90d7bb095a12a4cd46.tar.gz
pluto service and working on fallbacks
Diffstat (limited to 'topics/notebooks')
-rw-r--r--topics/notebooks/pluto.gmi17
1 files changed, 17 insertions, 0 deletions
diff --git a/topics/notebooks/pluto.gmi b/topics/notebooks/pluto.gmi
new file mode 100644
index 0000000..30b5d8d
--- /dev/null
+++ b/topics/notebooks/pluto.gmi
@@ -0,0 +1,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
+```