Closed VNDRN closed 4 years ago
The output window is controlled by the height
and width
parameters passed to the JupyterDash
constructor.
At the moment, the output doesn't autosize.
Thanks!
app = JupyterDash("appname", width = "100%")
indeed did the trick
Currently when using jupyter-plotly-dash the output of a cell is smaller (less width) than when not using it. Is this an issue where the dash app does not fill the full output field of a Jupyter notebook? Or is there an easy work-around? this is how it looks when using jupyter-plotly-dash
this is how it looks when dash isn't used, the graph fills the entire width of the screen.