mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-26 09:22:00 +08:00
Update welcome.ex (#263)
This commit is contained in:
parent
fb408ecf78
commit
1c45d0777a
1 changed files with 4 additions and 0 deletions
|
@ -144,6 +144,10 @@ defmodule Livebook.Notebook.Welcome do
|
|||
dependencies into your Elixir runtime! This approach is especially useful when sharing notebooks
|
||||
because everyone will be able to get the same dependencies. Let's try this out:
|
||||
|
||||
**Note:** compiling dependencies may use a reasonable amount of memory. If you are
|
||||
hosting Livebook, make sure you have enough memory allocated to the Livebook
|
||||
instance, otherwise the command below will fail.
|
||||
|
||||
```elixir
|
||||
# Note: this requires Elixir version >= 1.12
|
||||
Mix.install([
|
||||
|
|
Loading…
Reference in a new issue