summaryrefslogtreecommitdiff
path: root/topics/notebooks/pluto.gmi
diff options
context:
space:
mode:
authorPjotr Prins2024-02-25 09:49:12 +0100
committerPjotr Prins2024-02-27 14:29:27 +0100
commit3100a094e5a97e0b00709886e861ace6f164a1dd (patch)
tree706b7da15cde3d17c659e041149b1dd9393e262f /topics/notebooks/pluto.gmi
parent5e6f5ef6e1ebe9ce4fed8030524227b975e025ad (diff)
downloadgn-gemtext-3100a094e5a97e0b00709886e861ace6f164a1dd.tar.gz
Remove docs without info
Diffstat (limited to 'topics/notebooks/pluto.gmi')
-rw-r--r--topics/notebooks/pluto.gmi22
1 files changed, 0 insertions, 22 deletions
diff --git a/topics/notebooks/pluto.gmi b/topics/notebooks/pluto.gmi
deleted file mode 100644
index b924020..0000000
--- a/topics/notebooks/pluto.gmi
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
-```