From 400c29b48385652a4e7a4a34c0625c8b45ea738a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 13 Aug 2024 09:15:53 +0200 Subject: [PATCH] Remove reference to removed section from notebook, closes #2740 --- .../notebook/learn/distributed_portals_with_elixir.livemd | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/livebook/notebook/learn/distributed_portals_with_elixir.livemd b/lib/livebook/notebook/learn/distributed_portals_with_elixir.livemd index 0fa69afe5..8b3524406 100644 --- a/lib/livebook/notebook/learn/distributed_portals_with_elixir.livemd +++ b/lib/livebook/notebook/learn/distributed_portals_with_elixir.livemd @@ -42,7 +42,6 @@ Here is what we will learn: * Using agents for state * Using structs for custom data structures * Extending the language with protocols - * Supervision trees and applications * Distributed Elixir nodes At the end of this notebook, we will make the following code work: