Azure / Azure/MachineLearningNotebooks

Azure ML Portal Notebook does not show widgets from ipywidgets

Open
#1,490 1 comment 7 reactions 0 assignees View on GitHub
ADO Core UI doc-enhancement
Dominant language
Jupyter Notebook
Stars
4.4k
Forks
2.6k
PR merge metrics
No merged PRs in 30d

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.