-
Notifications
You must be signed in to change notification settings - Fork 48
Support report layout #157
Comments
Discussed with @jhpedemonte, and we decided that jupyter/dashboards#203 will be handled as a subset of the grid layout. Therefore, this should just automatically work in the dashboard server. We will probably just end up closing this issue after verifying that it works as expected. |
Is the dashboard authoring for report mode computing height for each cell? Or will logic need to be added over here to interpret and compute the height of each output area? I ask because #145 is about rendering notebooks that have NO layout metadata as if they were laid out top to bottom in report mode with all cells with output showing. |
Yes, it should still be computing height. |
jupyter/dashboards#203 is now handing report layout as a separate (non-Gridstack) layout. The dashboard server will have to handle this. This may now overlap with #145 a bit as the dashboard will default to the report layout if no dashboard layout metadata. |
Probably best if @dalogsdon and @jameslmartin pair on the two items in tandem. Good intro for @jameslmartin too. |
jupyter/dashboards#203 will introduce a simpler dashboard "report" layout:
We should support this layout once it is implemented in the dashboards notebook extension.
The text was updated successfully, but these errors were encountered: