mirror of
https://github.com/livebook-dev/livebook.git
synced 2026-02-14 14:13:48 +08:00
Small clarification to running Livebook inside a Mix project (#1682)
This commit is contained in:
parent
1e66243ad9
commit
605498a369
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
||||
<!-- livebook:{"force_markdown":true} -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue