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

Update outputs format #320

Merged
merged 2 commits into from
Aug 23, 2023
Merged

Update outputs format #320

merged 2 commits into from
Aug 23, 2023

Conversation

jonatanklosko
Copy link
Member

Comment on lines 1 to +2
defmodule Kino.Output do
@moduledoc """
A number of output formats supported by Livebook.
"""
@moduledoc false
Copy link
Member Author

Choose a reason for hiding this comment

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

I didn't bother deprecating, because I'm pretty sure in practice people don't use Kino.Output directly. Custom Kino.Render implementations generally build built-in kinos and then call Kino.Render.to_livebook/1. I also added docs to Kino.Render with examples suggesting that.

@jonatanklosko jonatanklosko merged commit 175ba42 into main Aug 23, 2023
1 check passed
@jonatanklosko jonatanklosko deleted the jk-outputs branch August 23, 2023 21:25
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.

2 participants