Replies: 5 comments 14 replies
-
The amplification is temporary by design, if you refresh the notebook page it is no longer applied. Technically multiple users can be using the notebook and amplification is a user-specific view adjustment, just like collapsing sections, or using one of the "views" feature. When it comes to the app, note that the amplification takes almost full width, and width depends on the display size, so even if that was reflected in the app, it may not provide consistent experience anyway. |
Beta Was this translation helpful? Give feedback.
-
@jonatanklosko, this is at least the second time I've heard a user needing a wider width inside a Livebook app. I think this is something we can support. I don't know the solution, though:
|
Beta Was this translation helpful? Give feedback.
-
Would like to second the need for way to escape the "notebook layout" and be able to render things horizontally. My current work around is to use a regular phoenix web app with live view to render horizontally, or pass custom css to something like DocRaptor to render my horizontally scrollable table, horizontally and paginated. |
Beta Was this translation helpful? Give feedback.
-
Is it worth distinguishing between amplification in the notebook view as an ephemeral user choice, and full-width smart cells (Kino Frames/Layouts) as a design decision? I can see the argument in favour of individual notebook users choosing to amplify or not according to their screen size etc. On the other hand, once you've build a Livebook app and deployed it to end-users who may never see the inside of a notebook, it's very useful to say "this is a full-width experience". |
Beta Was this translation helpful? Give feedback.
-
So perhaps we should have a checkbox in the app settings that makes the app full-width? @josevalim wdyt? |
Beta Was this translation helpful? Give feedback.
-
Currently, the "Amplify output" button only affects the output within the notebook itself, but doesn't persist when using the preview or deploy features.
This is a bit of a foot-gun, as it allows the user to build layouts which seem great, until they're deployed, at which point they're unceremoniously cropped e.g:


Would it be possible to persist this setting and apply it anywhere the smart cell is rendered?
Beta Was this translation helpful? Give feedback.
All reactions