Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve docs on FLAME usage #4

Merged
merged 2 commits into from
Sep 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion assets/runner_cell/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,13 @@ function HelpBox(_props) {
.
</p>
<p>
Once a pool is started, you can execute code on a separate machine as
On start, FLAME will package all of your notebook's dependencies and
automatically synchronize modules defined within Livebook with remote
nodes. Note that process state and application configuration are not
automatically carried to remote nodes.
</p>
<p>
Once a pool is started, it will you can execute code on a separate machine as
follows:
<pre className="mt-2 p-4 bg-[#282c34] rounded-lg whitespace-pre-wrap">
<code className="text-[#c8ccd4]">
Expand Down
Loading