Commmunicating Processes - The Sender
2. What is the name of this node?
Node.self()
You will have to add the name of this node to the other notebook.
3. Identifying the Receiver Node
# receiver_node = ""
receiver_node = :"livebook_7louvomv--255mv4r6@127.0.0.1"
9. Sending a message
send {:receiver, receiver_node}, :"Hi, this is the message from the sender!"