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

Remote cell definition #2197

Merged

Conversation

cristineguadelupe
Copy link
Contributor

We don't add cell to the name, but in this case it seems a bit vague without it. WDYT?

@github-actions
Copy link

github-actions bot commented Sep 4, 2023

Uffizzi Preview deployment-35162 was deleted.

Comment on lines 193 to 198
packages: [
%{
name: "kino",
dependency: %{dep: {:kino, github: "livebook-dev/kino", branch: "main"}, config: []}
}
]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
packages: [
%{
name: "kino",
dependency: %{dep: {:kino, github: "livebook-dev/kino", branch: "main"}, config: []}
}
]
packages: [kino]

You can change

dependency: %{dep: {:kino, "~> 0.10.0"}, config: []}
to {:kino, github: "livebook-dev/kino", override: true}

},
%{
kind: "Elixir.Kino.RemoteCell",
name: "Remote cell",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other options: "Remote node", "Remote execution", "Remote procedure call", "Distributed Elixir".

The last one may be the most clear one.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like "Remote execution".

Whatever we pick, we should mirror the name in kino :)

Copy link
Contributor

@josevalim josevalim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beautiful, let’s also change the name on Kino!

@cristineguadelupe cristineguadelupe merged commit c77d63b into livebook-dev:main Sep 5, 2023
6 checks passed
@cristineguadelupe cristineguadelupe deleted the cg-remote-cell branch September 5, 2023 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants