Azure / Azure/MachineLearningNotebooks

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

Đang mở
#1,459 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
ADO Core UI doc-enhancement
Ngôn ngữ chính
Jupyter Notebook
Star
4.4k
Fork
2.6k
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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)

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.