mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-17 17:06:05 +08:00
Warning on Mix.install for Mix standalone (#336)
This commit is contained in:
parent
c4a96bc99c
commit
d0c47557a2
1 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,12 @@ defmodule LivebookWeb.SessionLive.MixStandaloneLive do
|
|||
This way all your code and dependencies will be available
|
||||
within the notebook.
|
||||
</p>
|
||||
<p class="text-gray-700">
|
||||
<span class="font-semibold">Warning:</span>
|
||||
Notebooks that use <code>Mix.install/1</code> do not work
|
||||
inside a Mix project because the dependencies of the project
|
||||
itself have been installed instead.
|
||||
</p>
|
||||
<%= if @status == :initial do %>
|
||||
<div class="h-full h-52">
|
||||
<%= live_component LivebookWeb.PathSelectComponent,
|
||||
|
|
Loading…
Add table
Reference in a new issue