Azure / Azure/MachineLearningNotebooks
Azure ML Portal Notebook does not show widgets from ipywidgets
- Lenguaje dominante
- Jupyter Notebook
- Estrellas
- 4.4k
- Forks
- 2.6k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Using ipywidgets in an Azure ML Portal Notebook as shown in the following example does not show an interactive widget.
```
from ipywidgets import interact
def f(x):
return x
interact(f, x=10)
```
Switching inside the Azure ML Portal to the JupyterLab Notebook editor and pasting the same code an interactive widget does appear.
Note: This simplest form of slider does work on Azure ML Portal Notebooks:
```
from ipywidgets import widgets
widgets.IntSlider()
```
ipywidgets version:
7.6.3
from: https://docs.microsoft.com/en-us/answers/questions/396317/azure-ml-notebook-does-not-show-widgets-from-ipywi.html?childToView=406378#comment-406378
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
No se ha identificado ningún archivo del repositorio ni ninguna prueba. Primero reproduce el ejemplo de interact en un Azure ML Portal Notebook y compáralo con el mismo código en JupyterLab; se considera hecho cuando el widget interactivo se renderiza en el editor de Azure ML Portal y conserva el comportamiento funcional de IntSlider.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- azure, jupyter-notebook, python
- Área
- machine-learning
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 25/100