diff --git a/lib/livebook_web/live/session_live/mix_standalone_live.ex b/lib/livebook_web/live/session_live/mix_standalone_live.ex index 1b55cf3d1..9edc68b06 100644 --- a/lib/livebook_web/live/session_live/mix_standalone_live.ex +++ b/lib/livebook_web/live/session_live/mix_standalone_live.ex @@ -31,6 +31,12 @@ defmodule LivebookWeb.SessionLive.MixStandaloneLive do This way all your code and dependencies will be available within the notebook.

+

+ Warning: + Notebooks that use Mix.install/1 do not work + inside a Mix project because the dependencies of the project + itself have been installed instead. +

<%= if @status == :initial do %>
<%= live_component LivebookWeb.PathSelectComponent,