Hi,
Output like inline plots seem to be confined to the width of the cells. I would like to use the full width of my screen for plots and tabular output.
Some suggestions mention the hack
html"""<style>main {max-width: 900px;}"""
but in my maximized Chromium browser window, this completely breaks the layout: The "Live docs" do not hover over the cells, but instead take a huge amount of the screen, while the cells move out of the visible screen area to the left.
Hi,
Output like inline plots seem to be confined to the width of the cells. I would like to use the full width of my screen for plots and tabular output.
Some suggestions mention the hack
html"""<style>main {max-width: 900px;}"""but in my maximized Chromium browser window, this completely breaks the layout: The "Live docs" do not hover over the cells, but instead take a huge amount of the screen, while the cells move out of the visible screen area to the left.