Azure / Azure/MachineLearningNotebooks

Document or provide guidance on expanding/theming cell for a larger height

未关闭
#1,459 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
ADO Core UI doc-enhancement
主要语言
Jupyter Notebook
星标
4.4k
派生
2.6k
PR 合并指标
30 天内没有已合并 PR

描述

Within a Notebook in AML it doesn't appear possible to customize the height of the rendered Cell, at least within the context of rendering html, but likely in general. If I render html, the css that controls the max-height is above the rendered cell dom, making it impossible to override with css.

The notebook theme is:

```
.nteract-cell-outputs:not(.expanded) {
max-height: var(--theme-layout-output-max-height);
}
```
I know this is the correct place to alter since altering it manually in the DOM increases the cell size to anything I want, but it's not possible to override this in the dom since the rendered cell is a child.

- Can I override this by providing a custom theme?
- The selector would indicate that there is the ability to expand the cell, but I see no such option in the UI.

Below is a screenshot of the rendered cell where you can see the image is cut off, I want to show probably least 1000px or 90% of the vh.

![image](https://user-images.githubusercontent.com/2019830/116585300-40eab480-a8e6-11eb-9e5c-9596ef605afe.png)

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。