Azure / Azure/MachineLearningNotebooks

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

Aperta
#1,459 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
ADO Core UI doc-enhancement
Lingua principale
Jupyter Notebook
Stelle
4.4k
Fork
2.6k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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)

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Direzione di ricerca

Inizia riproducendo la cella HTML renderizzata in un AML Notebook e ispeziona la regola `.nteract-cell-outputs:not(.expanded)` e `--theme-layout-output-max-height`. Determina se un tema personalizzato può sovrascrivere l’altezza e se nell’UI esiste un controllo per l’espansione. Il lavoro è completato quando viene documentato il modo supportato per mostrare un output più alto, oppure vengono dichiarati chiaramente la limitazione e il workaround disponibile.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
jupyter-notebook
Ambito
documentation
Tipo di issue
Documentazione
Difficoltà
3/5
Tempo stimato
1-2 giorni
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
30/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.