Replies: 1 comment 7 replies
-
Correct, the app experience is more about building something that will run later on, rather then presenting results that have been computed in a Livebook. There is an issue about allowing Markdown cells in the apps, which would help address some of this though: #2895 If the results are static, another idea would be to produce a static HTML page other people could run/host, but we don't support it yet. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I have a theoretical question.
Let's say that we have such a Livebook, and we need to share it with some folks in read-only mode:
We want to present the results of some work that we have done in the frames of this notebook (in forms of texts, graphs, etc.).
Using these settings, we publish the Livebook:
However, in the end we see only the cells' execution results, there are no sections' titles, or Markdown blocks that are in the original document:
Is there any way of publishing a Livebook with its structure?
P.S. Currently, the only one workaround I've found is the usage of
Kino.Markdown
to render text to the published Livebook. Though, it looks like a hack:Beta Was this translation helpful? Give feedback.
All reactions