Update welcome.ex (#263)

This commit is contained in:
José Valim 2021-05-07 17:17:49 +02:00 committed by GitHub
parent fb408ecf78
commit 1c45d0777a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,6 +144,10 @@ defmodule Livebook.Notebook.Welcome do
dependencies into your Elixir runtime! This approach is especially useful when sharing notebooks 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: 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 ```elixir
# Note: this requires Elixir version >= 1.12 # Note: this requires Elixir version >= 1.12
Mix.install([ Mix.install([