mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-23 06:19:38 +08:00
Clarify that env vars are specific to this machine
This commit is contained in:
parent
23e071386b
commit
d392e8d4ab
1 changed files with 4 additions and 3 deletions
|
@ -126,9 +126,10 @@ defmodule LivebookWeb.SettingsLive do
|
||||||
Environment variables
|
Environment variables
|
||||||
</h2>
|
</h2>
|
||||||
<p class="mt-4 text-gray-700">
|
<p class="mt-4 text-gray-700">
|
||||||
Environment variables store global values which are available
|
Environment variables store global values, specific to this
|
||||||
inside your notebooks. You can also configure the <code>PATH</code>
|
Livebook instance, which are available inside your notebooks.
|
||||||
environment to make system dependencies available to notebooks.
|
You can also configure the <code>PATH</code> environment to
|
||||||
|
make system dependencies available to notebooks.
|
||||||
</p>
|
</p>
|
||||||
<.live_component
|
<.live_component
|
||||||
module={LivebookWeb.EnvVarsComponent}
|
module={LivebookWeb.EnvVarsComponent}
|
||||||
|
|
Loading…
Reference in a new issue