From 9943b2c27a78c589e4fd8cfcaa034fe646dec8bd Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 26 Feb 2023 18:04:01 +0100 Subject: [PATCH] autopushed --- journal/2023-02-26.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/journal/2023-02-26.md b/journal/2023-02-26.md index 00113af33..ecf0677ea 100644 --- a/journal/2023-02-26.md +++ b/journal/2023-02-26.md @@ -4,8 +4,9 @@ - I want to review the [[copyedit]] of [[Agora Chapter]] which I got back on Thursday. - Unsure how many pomodoros this will be, likely several? - [x] one - - [ ] two - - [ ] three + - [x] two + - [x] three + - [[Agora Chapter Final]] - I want to code a bit. - Maybe install [[manim]] and something like it better geared towards doing large graph visualizations and start playing? - [x] Ended up reading about [[networkx]], [[igraph]], [[graph tool]] -- all interesting. [[networkx]] is all python, whereas the others are python libraries calling to a C++ implementation and scale better (at least this applies to [[graph tool]] IIRC.)