Azure / Azure/MachineLearningNotebooks

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

Abierto
#1,459 1 comentario 0 reacciones 0 asignados Ver en GitHub
ADO Core UI doc-enhancement
Lenguaje dominante
Jupyter Notebook
Estrellas
4.4k
Forks
2.6k
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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)

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

Empieza reproduciendo la celda HTML renderizada en un AML Notebook e inspecciona la regla `.nteract-cell-outputs:not(.expanded)` y `--theme-layout-output-max-height`. Determina si un tema personalizado puede anular la altura y si existe un control de expansión en la UI. Se considera completado cuando se documente la forma compatible de mostrar una salida más alta, o se indique claramente la limitación y la solución alternativa disponible.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
jupyter-notebook
Área
documentation
Tipo de issue
Documentación
Dificultad
3/5
Tiempo estimado
1-2 días
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
30/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.