From 605498a36911cb8dfd68369a4ef489714866da68 Mon Sep 17 00:00:00 2001 From: Jose Vargas Date: Fri, 3 Feb 2023 02:29:52 -0600 Subject: [PATCH] Small clarification to running Livebook inside a Mix project (#1682) --- lib/livebook/notebook/learn/elixir_and_livebook.livemd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/livebook/notebook/learn/elixir_and_livebook.livemd b/lib/livebook/notebook/learn/elixir_and_livebook.livemd index 510fdcbef..fc582b4bb 100644 --- a/lib/livebook/notebook/learn/elixir_and_livebook.livemd +++ b/lib/livebook/notebook/learn/elixir_and_livebook.livemd @@ -58,8 +58,8 @@ Mix project. This is possible from Elixir v1.14 with the help of `Mix.install/2` As an example, imagine you have created a notebook inside your current project, at `notebooks/example.livemd`. In order to run within the root Mix project, using -the same configuration and dependencies versions, your `Mix.install/2` should look -like this: +the same configuration and dependencies versions, you can change your notebook +setup cell to invoke `Mix.install/2` with the following arguments: