Azure / Azure/MachineLearningNotebooks

Azure ML Portal Notebook does not show widgets from ipywidgets

Ouverte
#1,490 1 commentaire 7 réactions 0 personnes assignées Voir sur GitHub
ADO Core UI doc-enhancement
Langage dominant
Jupyter Notebook
Étoiles
4.4k
Forks
2.6k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.